Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 721 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 721 Bytes

ezbackend

Open terminal from directory you want to place this project.

gh repo clone ez-startup/ezbackend

Make sure the directory is empty.

Create Python Virtualenv for development

To install all dependencies from requirements.txt file.

pip install -r requirements.txt

Make sure you have development virtual environment is activated.

Create Database by Make Migrations

From you project directory in terminal by activated venv run the command line below

python manage.py makemigrations
python manage.py migrate

Run Server

python manage.py runserver 0.0.0.0:8000 --open

Done with greate job! Now to access your website browsing with default browser.