Skip to content

ez-startup/ezbackend

Repository files navigation

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.

About

Business logic for EZ Startup website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published