Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 2.13 KB

README.md

File metadata and controls

76 lines (56 loc) · 2.13 KB

Open Source Love 

Library_with_Django_Rest

Introduction

Technology Stack

  • Backend
    • Django
    • Django Rest
  • Database
    • SQLite3

Tech Stack Involved

Setup Instructions

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

Install the requirements:

pip install -r requirements.txt

run migrate

python manage.py migrate

create superuser

python manage.py createsuperuser

Done!

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

Project Admin

Maintenance

Need help? Feel free to contact me @ [email protected]

Like This?? Star ⭐ this Repo.

forthebadge

Made By Samir Saitwal with ❤️

Samir Saitwal © 2020

ForTheBadge built-with-love ForTheBadge built-by-developers


Useful Resources