Skip to content

Instantly share code, notes, and snippets.

@capywebformations
Last active November 9, 2022 13:06
Show Gist options
  • Save capywebformations/5167934f720c0c677686ed9ff74abf69 to your computer and use it in GitHub Desktop.
Save capywebformations/5167934f720c0c677686ed9ff74abf69 to your computer and use it in GitHub Desktop.

📔 TP Node

Back

  • ✔️ Crypt password on register (see Bcrypt)
  • ✔️ Only allow logged in user to see all posts
  • ✔️ Only allow logged in admin to create a post

Front

  • ✔️ Create a register page
  • ✔️ Create a login page
  • ✔️ Create a page to show posts (logged in users only)
  • ✔️ Create a page to create a post (admin only)
  • ✔️ Create a sign out action

🔴 Obligations

  • ✔️ Github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment