Starter expressJs APi with JWT
I am create this repo for simple starter applications with basic code.
The project was developed using the following technologies
-jstConfig.js
module.exports = {
secret: 'my-secret-word',
}
-.env
PORT=3000
ENV=development
MONGO_URI=your_url_from_MongoDB
Make sure you are in the project's root folder
yarn
yarn start
yarn test
npm install
npm run start
npm run test