- 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 git@github.com:samir321-pixel/Library_with_Django_Rest.git
pip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.
Need help? Feel free to contact me @ saitwalsamir@gmail.com
Made By Samir Saitwal with ❤️