Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 648 Bytes

File metadata and controls

37 lines (25 loc) · 648 Bytes

Node.js Basic

A simple API project using Node.js.

Install

Clone this project

git clone git@github.com: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

Resources: