An open API service indexing awesome lists of open source software.

https://github.com/inightjar/miniature-doodle

Cinema Tickets Reservations, Using these endpoints with a nice design to have a service that allows picking a movie and hall for each guest to watch their favourite movies.
https://github.com/inightjar/miniature-doodle

django-rest-framework rest-api

Last synced: 10 days ago
JSON representation

Cinema Tickets Reservations, Using these endpoints with a nice design to have a service that allows picking a movie and hall for each guest to watch their favourite movies.

Awesome Lists containing this project

README

          

# Miniature-Doodle

Cinema Tickets Reservation Using DRF APIs



1. Clone the project and make it your own.

```
git clone https://github.com/iNightjar/DRF.git
cd DNF
git checkout master
rm -rf .git
git init .
git add --all
git commit -m "Your Commit Message"
```

2. Create virtual environment and activate it.

```bash
python3.10 -m venv venv
source venv/bin/activate
```

Use `.\venv\Scripts\activate` if on windows

3. Install requirements

```
(venv) python -m pip install pip --upgrade
(venv) python -m pip install -r requirements.txt
```

4. Open VSCode

```bash
code .
```