Skip to content

yeganesalami/FRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRS

FRS (Flight Reservation System) is Restfull API project with django rest framework.

  1. Install modules in requirments.txt
  2. Make a copy from development.py.dist and rename it without .dist postfix. And fill you DB info on that. This projects use mariaDB as database.
  3. /api/v1/users/ create new user
  4. /api/v1/login/ login API. This api will return a JWT token.
  5. use that token to get /api/v1/flights/?search=, create api/v1/flights/, update /api/v1/flights/{pk}/ an delete /api/v1/flights/{pk} flights. Feel free to ask aby question.

About

Flights REST-Api with DRF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages