Code Monkey home page Code Monkey logo

project-mongo-api's Introduction

Mongo API Project

Build a project using a database to store and retrieve data from, then use that data to produce a RESTful API.

What I learned

  • How to model data in Mongo using Mongoose
  • How to store secret information such as database passwords
  • How to return useful error messages from your API endpoints
  • How to fetch items from a Mongo database using Mongoose
  • How to seed large amounts of data to a database

Documentation

GET/ - Welcome page

GET /shows - Displays all shows in the dataset.

GET /shows/:id - Displays a single show based on the show_id parameter from the request URL. An error message will show when the show_id is invalid or no book is found with the id provided.

GET /shows?type=movie - Will show shows that have type movies or tv shows, an error will show up if no type is found.

More queries: GET /shows?country=Sweden - Get shows by country

GET /shows?title=Chocolate - Get shows by title

Combine all of three queries for more specific results :)

View it live

FOR LIMITED STORAGE REASONS, HAD TO TAKE THE SERVER DOWN FROM HEROKU (So it's not currently deployed anywhere)

https://dls-mongo-api.herokuapp.com/

project-mongo-api's People

Contributors

emolsz avatar dala746 avatar dependabot[bot] avatar idlefingers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.