/majiapp

Primary LanguagePythonMIT LicenseMIT

Coolpam-app-api

Coolpam Water Project API source code
Clone the project using the following command
git clone -----

Building and running the app

docker-compose up

docker-compose up -d --build

docker-compose exec db psql --username=coolpam --dbname=coolpam_dev

docker-compose exec app python manage.py createapp customers docker-compose exec app django-admin startapp customers