This is a simple authentication web application with
- Express
- Mongoose
- JWT
In this application:
- Sign up and Log in functionalities and their authentications done by JWT.
- Conditional rendering the pages with Embedded JavaScript templates (ejs).
After cloning the repository to your local directory run these commands:
$ npm installthis will install all the dependencies which the project uses.$ nodemon appthis will start the development server on localhost:3000- I used my own mongoDB account user in this project you can change it from the app.js(line 18)