- Install Python3 and Virtual Env in your Machine
- Download Pets App
git clone https://github.com/zawmyolatt/wisdompets
cd wisdompets/
- Install latest django and it's requirement
pip3 install --no-cache-dir -r ./requirements.txt
- Migrating data
cd wisdompets/ #no need to run if already in this folder
python3 manage.py migrate
python3 manage.py createsuperuser #create user super for you login
- Unit Testing
- CI/CD Setup
This Pets App is open-sourced software licensed under the MIT license.