Skip to content

div-Leo/NOBA-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOBA-server

artistic portfolio of NOBA - server side

Features to Implement

  • Set up server.
  • Set up local database.
  • Set up all routes (/getAll, /postOne, /editOne, /deleteOne).
  • Works controllers.
  • Deploy database on mLab.

##Extra Credit

  • Authenticated Routes.
  • User collection.
  • User controllers.

git Workflow

  • git checkout dev
  • git pull
  • git checkout -b "feat name"
  • git add -p
  • git commit -m "message"
  • git push (first time) --set-upstream origin "branch name"
  • Github pull request from branch to dev

Usage

  • git clone or download the zip file.

  • npm install to begin dependencies installation.

  • nodemon index.js to boot up the development server.

About

artistic portfolio of NOBA - server side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors