Thom03 / majiapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 97.1%Language:Dockerfile 2.9%