GithubHelp home page GithubHelp logo

project-mongo-api's Introduction

Mongo API Project

First time creating and populating a database (MongoDB), and developed an API on top of that with Mongoose.

The problem

I knew the data since before so the time was spent on analyzing what endpoints would make sense from a REST point of view, and understanding and writing the Mongoose syntax. I was inspired by Bokus online shop to come up with meaningful endpoints for frontend to use.

View it live

https://project-book-api-mongo.herokuapp.com/

Endpoints

All endspoints will be limited to show the first 20 items in the queried dataset.

https://project-book-api-mongo.herokuapp.com/books - queries all books in the dataset

https://project-book-api-mongo.herokuapp.com/books/5fdcf9581b727a002a3d314b - queries one book in the dataset identified by it's _id

https://project-book-api-mongo.herokuapp.com/books?search=anna - with search you query on title and author name

https://project-book-api-mongo.herokuapp.com/books?language=spa - queries on language, exampels: eng, spa, en-GB, en-US, ara

https://project-book-api-mongo.herokuapp.com/books?sort=pages-asc - queries on sorting, where you have either pages-asc or rating-desc, see below

https://project-book-api-mongo.herokuapp.com/books?sort=rating-desc

https://project-book-api-mongo.herokuapp.com/books?search=john&language=en-US&sort=rating-desc - you can combine the queries as you wish, with search, language and sort

project-mongo-api's People

Contributors

ankimelin avatar emolsz 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.