Giter VIP home page Giter VIP logo

zurri-backend's People

Contributors

codacy-badger avatar mutebinuhu avatar ronnielutalo avatar saidiali avatar

Watchers

 avatar  avatar  avatar

zurri-backend's Issues

Add Seed data to the database

Some more seed data is required in the database that the frontend team can use for testing. I would advise you use postman to add the data.

Hotel CRUD

Work on an api that will enable creating, Reading, updating and deleting functionality for hotels.
Breaking it down;

  • an endpoint that creates a hotel instance in our database
  • an endpoint that returns a single hotel instance or a list of all. This can be extended to enable returning hotels from a given location, a given rating or price range. We shall discuss about it
  • an endpoint that enables a user to edit the details of a registered hotel
  • an endpoint that enables the user to delete a hotel from out platform.

The task shall be shared.

Booking Api

The user should be able to book for a specific hotel. For this API, the users info and preferences like number of rooms and type should be captured and stored in the database.

Set up authentication API

Develop an api that will enable authentication for the application. This will involve sign up and sign in. Also you should add social auth with google or facebook.

Implement CRUD operations for rooms

Implement endpoints were applicable for;

  • Creating new rooms for a particular hotel
  • Returning all or a given room for a hotel
  • Updating details of a room for a hotel
  • Deleting a room for a particular hotel

Each room has to be attached to a particular hotel. It can not be shared. A one to many relationship was set up between a hotel and room models to facilitate this.

API Documentation

Write out the api documentation that will be used by the frontend team during integration.
The task is not immediate, this can be done over time as the project progresses.

The documentation will be implemented on the home page of the api i.e https;//zurri-booking.herokuapp.com

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.