Giter Site home page Giter Site logo

car-rental's Introduction

Technical Challenge ๐Ÿš—๐Ÿš—

A short exercise put together as part of a technical test.

How to run

In order to run this project, clone it from github and do a npm install to download all the packages. Create a .env file to add the 'PORT' (if you want to change the default port number which is set to 3000) and 'MONGODB_URI' with the uri of the database you want to connect to eg 'MONGODB_URI = mongodb://localhost/virtuo'

You can run this by nodemon app.js

Uses

You can use the routes to create, read, update and delete on both cars and stations. In order for you to create a car, there must first be a station (because you need to reference the station id when you create the car) A station can have many cars, but a car can only have one station.

/cars - to add a new car or view all current cars

/cars/:id - to update or delete existing cars

/stations- to add a new station or view all current stations

/stations/:id- to update or delete existing stations

After creating some stations, you should be able to see them like this

expected output

Testing

To test, run mocha in your terminal

car-rental's People

Contributors

abisummers avatar

Watchers

James Cloos 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.