This APP is designed to help you obtain good habits.
Atomic Habits is a web application designed to help users create, track and maintain useful habits. The app provides the ability to create habits, set reminders and track achieving goals.
Follow these steps:
-
Clone repo:
git clone https://github.com/ShadeSWD/atomic_habits.git
-
Install dependencies::
cd atomic_habits poetry init -
Setup environment: use template in .env.sample
-
Perform migrations:
python manage.py migrate
-
Run app:
python manage.py runserver
-
Open app: Open home page in your browser
- Launch application:
Open folder with docker-compose.yml in command line and run:
docker-compose up
- Check app at localhost:
- To stop app press Ctrl+C in terminal: