A simple API project using Node.js.
Clone this project
git clone [email protected]:samuelramox/node-basic.git
Install the dependencies
npm i
You need to put the database password (I use MongoDB Atlas) and token for jsonwebtoken
in the config.js file
const bd_password = '';
const jwt_password = '';
Finally, run this project:
npm run start