A Simple reservation recording system.
- Clone Repo
- Install Dependencies - yarn install
- Run Mongod and Mongo
- Run the App - yarn start
- GET /reservations - returns list of all reservations
- POST /reservation - save a reservation
- GET /reservations/ID - return reservation object by ID
- GET /reservations?hotelName=X&arrivalDate=Y&departureDate=Z – Returns all reservations that match (date format should be YY-MM-DD)
Once app is running. Create your reservation at localhost:3000
Query your reservations through GraphiQL localhost:3000/graphiql
- React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- Mongoose - MongoDB object modeling designed to work in an asynchronous environment.
- GraphQL - GraphQL is a query language and execution engine tied to any backend service.
- Apollo GraphQL - A community building flexible open source tools for GraphQL
- Express - Fast, unopinionated, minimalist web framework for Node.js
- Harry Cam - https://github.com/hcam05
This project is licensed under the MIT License - see the LICENSE file for details