Coder Social home page Coder Social logo

project-mongo-api's Introduction

Mongo API Project

I built an API using MongoDB and Mongoose models. I used Kaggle to find the dataset and built the endpoint with queries from what I thought suited the data (search for name or/and year. Sort by increasing rank with: sort=rank or sort by decreasing average with: sort=average)

The problem

At first I used find() to get all the data to be able to sort it with vanilla JS-methods (like sort and slice). When I started reading the mongoDB documentation I realized all the possibilities, and replaced it with mongoDB-methods such as sort, skip, limit etc. The advantage was that every request was narrowed down before find(), instead of using find() to request everything and then sorting out what should show. If I had more time I would've written more error-catching.

View it live

https://boardgames-mongo.herokuapp.com/boardgames

Examples with queries:

https://boardgames-mongo.herokuapp.com/boardgames?name=cards&sort=average https://boardgames-mongo.herokuapp.com/boardgames?year=2010&page=2

project-mongo-api's People

Contributors

hippiekick avatar idlefingers avatar

Watchers

 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.