Skip to content

parth-ghinaiya/zaiko-backend

Repository files navigation

zaiko-backend

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Setting up the environment locally.

In order to run this container you'll need docker installed.

Use docker compose build to build docker images

make local_build 

Stop old docker images

sudo docker stop $(sudo docker ps -aq)

Use docker up to bring up the setup.

make local_up

Create new migration file

make web_shell
python3 manage.py makemigrations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages