Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 525 Bytes

File metadata and controls

12 lines (11 loc) · 525 Bytes

next-express-authentication

Next.js for client and Express.js for server. Authentication and Middleware with Passport. Database with PostgreSQL from Docker.

  1. pull this project.
  2. run npm install in client folder (Next.js Framework).
  3. run npm install in server folder (Express.js Framework).
  4. Database using Sequelize PostgreSQL.
  5. Setting Database in config.json.
  6. Don't forget to create env in server folder.
  7. Migrate Sequelize PostgreSQL Database.
  8. Run client port:1001 | server: 1000
  9. Happy Develop! :D