Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 661 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 661 Bytes

Django Application for Pets

Setup

  • Install Python3 and Virtual Env in your Machine

Installation

  • 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

Todo

  • Unit Testing
  • CI/CD Setup

License

This Pets App is open-sourced software licensed under the MIT license.