- Python-3
- Django(Backend Framework)
- Django Restframework(Rest Framework)
- Pytest(Testing Framework)
- Sqlite
- Install VirtualEnvironment setup : pip install virtualenvwrapper-win
- Create VirtualEnvironment and activating: mkvirtualenv project
- Create new folder : mkdir pro
- clone the repo inside folder(pro): git clone https://github.com/ayushkr07/ticket_booking_api.git
- Get into blogging_app folder: cd rest
- Install all the dependencies: pip install -r requirements.txt
- Run the project: python manage.py runserver