Skip to content

Arakel2811/node-rest-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS RESTful API (05.2019)

Links

Installation and Usage steps

Setup MongoDB as described here

Install node dependencies

git clone https://[email protected]/boolfalse/node-rest-shop.git

Write credentials in 'nodemon.json'

Install node dependencies

npm install

Run node server

npm start

TODOs:

  • fix module.exports (like for example in bottom of file 'models/user.js')
  • show all users route
  • add status (active/blocked) for models
  • check is record exists, before deleting or updating
  • retrieve request data from form data parameters
  • fix JWT deprecation warning appeared in terminal
  • add new routes for user model
  • add image uploading for user
  • make permissions for different users
  • database querying (one to many, many to many, etc)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published