Coder Social home page Coder Social logo

ds-04-subroute-to-heaven's Introduction

DataServer - Exercise

Show me the subroute to heaven...

  • Refactor the given list of routes into subroutes

    • Create a folder "routes"
    • Create a separate router file for todos, skills, users (so three routers in total)
    • Export the routers together with the arrays into these files
    • Import the routers in your server.js file
  • Testing

    • Do REST calls from your RESTED or POSTMAN client to test if all routes are working
  • Bonus: Outsource route handlers into controllers

    • Create three controllers: one each for todos, skills and users
    • Test your REST calls one more time
  • Bonus: Add storing of data with LowDB

    • Setup a lowdb connection to a file "db.json"

      • Google "lowdb github" & check the documentation in the Repo how to set it up
      • Put your three "hardcoded" arrays as defaults into LowDB (use db.defaults() command for that - check the documentation on that again)
    • Replace the hardcoded responses in the controllers by LowDB queries to your JSON file

    • Test your routes again via REST / POSTMAN:

      • Is the data still correctly stored / updated in your JSON file?

Congratulations!

If you made that work, you are now close to master routing and the most fundamental concept of every backend.

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.