Skip to content

samueldosramos/node-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published