- Node installed on your machine.
- MongoDB URI to connect with Database.
- Fork the node-auth to your own GitHub account.
- Clone the forked repository to your local machine.
- Create
.envfile and fill environment variables as following written in.env.examplefile. - Run
npm ito install the dependencies and set up the project.
To run project on your local machine, run:
npm run devTo test code, run:
npm run test