Ongoing project. A blog I make for a friend. https://ygarrot.ml
Dosyaya git
gbrochar 3972ff4828 add responsiveness 2020-12-04 13:03:32 +01:00
config migration from github 2020-11-22 15:45:51 +01:00
public add responsiveness 2020-12-04 13:03:32 +01:00
src add responsiveness 2020-12-04 13:03:32 +01:00
views viewport 2020-12-04 12:28:12 +01:00
.babelrc migration from github 2020-11-22 15:45:51 +01:00
.eslintrc.js migration from github 2020-11-22 15:45:51 +01:00
.gitignore migration from github 2020-11-22 15:45:51 +01:00
LICENSE Initial commit 2020-11-22 14:38:43 +00:00
README.md update README 2020-11-22 15:47:37 +01:00
package-lock.json migration from github 2020-11-22 15:45:51 +01:00
package.json Quote and Footer 2020-11-29 18:58:41 +01:00
tsconfig.json migration from github 2020-11-22 15:45:51 +01:00

README.md

curiousroamers

curiousroamers' blog

Installation

You need a postgresql databased called curiousroamers setup

You have to specify in the .env file :

  • SESSION_SECRET
  • ACCESS_TOKEN_SECRET
  • DATABASE_PASSWORD

Then : npm install npm run build npm start

If you wanna create an admin you gotta create a new UniqueLink row in the uniquelink table, then go to localhost:3000/admin/signup/:uuid (:uuid being the UniqueLink row's uuid) to create an account.

The admin page is not very pretty at the moment cause it's frontend ain't done.

I have a project of transforming this website into a simple blog CMS.

Design curious roamers

Todo

Responsiveness

  • Pages utilisateurs
  • Pages admin

Pages

  • Home (Notre voyage)
  • Qui sommes nous ?
  • Contact
  • Blog

Contact

  • Coordonees
  • Formulaire de contact comme wordpress -siteweb

Mail

  • Check port to use (25, 465, 587 or 2525)
  • Nodemailer for node
  • Postfix for server
  • Check MailHog

Blog

  • Article (markdown)
  • Voir plus (sans description)
  • Plusieurs tag par article
  • Formulaire de contact et source du contact

Tag

  • Recherche par tag
  • tag cliquables
  • Que sur la homepage
  • A propos
  • Nous contacter
  • Donation

Admin

  • nomdusite.com/admin
  • connection classique
  • Ajouter article
  • Supprimer article
  • Editer article

Done

Responsiveness

Pages

Contact

Blog

Tag