Skip to content
This repository was archived by the owner on Aug 30, 2020. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticket_booking_api

Prerequisite..

  • Python-3
  • Django(Backend Framework)
  • Django Restframework(Rest Framework)
  • Pytest(Testing Framework)

Database

  • Sqlite

Basic SetUp

  1. Install VirtualEnvironment setup : pip install virtualenvwrapper-win
  2. Create VirtualEnvironment and activating: mkvirtualenv project
  3. Create new folder : mkdir pro
  4. clone the repo inside folder(pro): git clone https://github.com/ayushkr07/ticket_booking_api.git
  5. Get into blogging_app folder: cd rest
  6. Install all the dependencies: pip install -r requirements.txt
  7. Run the project: python manage.py runserver

Output

An endpoint to view all the tickets.

An endpoint to book a ticket using a user’s name, phone number, and timings.

An endpoint to update a ticket timing.

An endpoint to view all the tickets for a particular time.

An endpoint to delete a particular ticket.

An endpoint to view the user’s details based on the ticket id.

Auto Expire ticket code.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages