Skip to content

A RESTful API tutorial project from Academind. Features a simple shop API.

Notifications You must be signed in to change notification settings

jadenzaleski/academind-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academind REST API Node.js Tutorial

Series can be found here. Makes use of Sequlize and MySQL instead of MongoDB and Mongoose.

.env file should like the following with the respective values filled in:

PORT=...
SERVER_NAME=...
DB_HOST=...
DB_NAME=...
DB_USERNAME=...
DB_PASSWORD=...
JWT_SECRET=...
JWT_EXPIRES=...

About

A RESTful API tutorial project from Academind. Features a simple shop API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published