- Backend
- Django
- Django Rest
- Database
- SQLite3
First make sure that you have the following installed. Python 3 and virtualenv Now do the following to setup project. First, clone the repository to your local machine:
git clone [email protected]:samir321-pixel/Library_with_Django_Rest.git
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
Finally, run the development server:
python manage.py runserver
The project will be available at 127.0.0.1:8000.
Need help? Feel free to contact me @ [email protected]
Made By Samir Saitwal with ❤️