EliseYoung22 / CFA-Mongodb-CRUDPractice-

Practice creating and manipulation database with Mongodb and Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFA-Mongodb-CRUDPractice-

Challenge:

  1. Refactor our mongo-crud app to use controllers for all routes
  2. Add a route to delete an ingredient
  3. Create a new route namespace called /api and create a root route which returns all our ingredient data as json
  4. Create Api for ingredients (or other)
  5. Be able to use postman to interact with your api
  6. Add token based authetication

This project was created during our practice with Mongodb and Express.js in class. It also uses JWT- jsonwebtoken for authorisation.

About

Practice creating and manipulation database with Mongodb and Express.js


Languages

Language:JavaScript 90.3%Language:HTML 8.5%Language:CSS 1.1%