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.
- Host: GitHub
- URL: https://github.com/inightjar/miniature-doodle
- Owner: iNightjar
- License: mit
- Created: 2022-10-13T00:35:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T08:06:56.000Z (over 3 years ago)
- Last Synced: 2025-03-01T13:26:16.095Z (over 1 year ago)
- Topics: django-rest-framework, rest-api
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```