CatCageRentApp using Python3.6 and Mongo DB. CatCageRentApp is a platform where cat owners can book or offer cages.
Accessed from the data folder by registering connection.
Before starting make sure that you have Python>=3.6 and MongoDB installed on your machine :)
- Start the app by installing from requirements.txt by 'pip install -r requirements.txt'
- Start the mongodb service by sudo systemctl start mongodb
- Check how many instance of mongodb are running by executing ps -ax | grep mongo
- Start the app by executing python3 program.py
- The app should start successfully.
- Exit from app and don't forget to stop the mongodb service
Special thanks to Michael Kennedy for providing me switchlang.py :)