Skip to content

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

License

Notifications You must be signed in to change notification settings

aldimustafri/next-express-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages