Skip to content

Project to setting up and using a database to store and retrieve data from. Use that data to produce a RESTful API.

Notifications You must be signed in to change notification settings

technigo-20-21/9-20-project-mongo-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo API Project

The project was to start using a database to store and retrieve data from and use that data to produce a RESTful API.

The problem

This project used the same data as the previous one, but seeding and fetching data from a Mongo database instead of a local file. It was interesting noticing the differences between the two methods, especially how query strings was implemented. I would like to dig deeper into how to control the data you get from the various queries, and also how to implement sortings.

Learning objectives

  • Model data in Mongoose
  • Fetch items from a Mongo database using Mongoose
  • Seed large amounts of data to a database

Tech

  • Mongoose
  • Mongo Atlas
  • Node.js

View it live

https://fantastic-book-reviews.herokuapp.com/

About

Project to setting up and using a database to store and retrieve data from. Use that data to produce a RESTful API.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%