Skip to content

A Python, Node, HTML, CSS, Javascript, Django, DRF(Django REST framework), Vue and Vuetify Project Copy of shyamkumaryadav.E_library

Notifications You must be signed in to change notification settings

shyamkumaryadav/ePustakalay

Repository files navigation

last-commit Github Follwers Fork Watchers Star

install Git or Download From Github

Install python 3


First Clone The repo

$ pip install pipenv # to use script install or update pipenv with latest version
$ git clone git@github.com:shyamkumaryadav/ePustakalay.git
# or Use Https
# $ git clone https://github.com/shyamkumaryadav/ePustakalay.git
# or Use github CLI
# $ gh repo clone shyamkumaryadav/ePustakalay

Django runserver

$ cd ePustakalay
$ pipenv install
# uncomment if you forget to do
# $ pipenv run make # for makemigrations
$ pipenv run migrate
# $ pipenv run collect
$ pipenv run start
# Starting development server at http://0.0.0.0:8000/

for more info abour pipenv script visit

API

EPUSTAKALAY

Backend

Python anywhere

Frontend

Firebase