Skip to content

endernaga/Api-service-for-theatre

Repository files navigation

Theatre API service

Portfolio project from mate-academy

It's a writen backend for any kind of service

Installing / Getting started

A quick introduction of the minimal setup you need to get a hello world up & running.

pip install -r requirements.txt

You install all required librires to run that project local

Initial Configuration

You need to create .env file where you write all required variables like .env.sample

Developing

Here's a brief intro about what a developer must do in order to start developing the project further:

git https://github.com/endernaga/theatre-api-service

You copy my project to your device

Building with docker

docker-compose build
docker-compose up

you build that project by using docker and create a connect with project and PostgreSQL data base

Features

  • JWT authenticated
  • Admin panel /admin/
  • Documentation is located at api/doc/swagger/
  • Managing reservations and tickets
  • Creating Genres, Actors, TheatreHall, Plays, Performance using API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published