Skip to content

guijoazeiro/node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a RESTful API with Node.js

This repository accompanies a YouTube video series on building a RESTful API with Node.js: https://github.com/academind/node-restful-api-tutorial.git

Usage

Clone this repository using git clone and then run npm install.

Make sure to also add your Mongo Atlas Admin Password and the JWT Key to a .env file (which you have to create).

MONGO_ATLAS_PW = YOUR_MONGO_USER_PW
JWT_KEY = YOUR_JWT_KEY

And then run node server.js to start the project.

About

A RESTful API with Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published