Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 616 Bytes

README.md

File metadata and controls

25 lines (25 loc) · 616 Bytes

API with express and mongoose

not finished yet


what is next

  1. signup, log in and logout
  2. update and delete Users
  3. create, update and delete posts
  4. create, update and delete categories
  5. like and unlike
  6. follow and unfollow
  7. comments
  8. search
  9. notifications
  10. validations and security
  11. some other stuff

if you wanna try it locally you must have your .env file

SECRET_TOKEN = 'your SECRET_TOKEN'
DB = 'your DB uri'
DB_SECRET = 'your DB_SECRET'
EMAIL = 'your EMAIL'
PASSWORD = 'your PASSWORD'

I didn't test it yet :) :)