Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 651 Bytes

File metadata and controls

29 lines (19 loc) · 651 Bytes

Getting Started Guide

Prerequisite

  1. Node installed on your machine.
  2. MongoDB URI to connect with Database.

Setup

  1. Fork the node-auth to your own GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create .env file and fill environment variables as following written in .env.example file.
  4. Run npm i to install the dependencies and set up the project.

Development

To run project on your local machine, run:

npm run dev

Testing

To test code, run:

npm run test