This is a full stack application for tracking your tasks and achieving your goals!
- Responsive and intuitive design.
- Dark and light theme support.
- Ease in usage.
git clone https://github.com/sabi70/todobuddy.git
a) Django development server:
source path/to/virtual/environment/activate
python manage.py runserver 0.0.0.0:<port>
b) Gunicorn wsgi server:
gunicorn path/to/main_app.wsgi:application --bind 0.0.0.0:<port>
c) Docker container 🐳:
sudo docker build -t <new_image_name> <export_path>
docker run -d -p <port>:<port> <image_name> <new_container_name>
a) Node development server:
npm run serve /*run it in the root directory of frontend app*/
b) Using node's simple http-server:
http-server
index.html will be served as the default file to any directory re‐quests.
c) Docker container 🐳:
sudo docker build -t <new_image_name> <export_path>
docker run -d -p <port>:<port> <image_name> <new_container_name>
- Backend:
-Django
-Gunicorn
-Nginx
-Postman
-Docker
-Git
- Frontend:
-Vue
-Vuetify
-Figma
-GIMP
-Git
-Nginx
-Docker
👤 sabi70
- Github: @sabi70