-
Clone the repository
git clone https://github.com/CoreVisional/JWT-Express.git
-
Change directory into the project
cd JWT-Express
-
Run the command below to install the depedencies
npm install
-
Run the copy to have your own .env file
cp .env.example .env
-
Create your database in MongoDB and connect to your application.
-
In your .env file, specify your JWT_SECRET, NODE_ENV, and optionally your desired port number to start the server\
-
Run the application
npm start