Skip to content

amoghmadan/django-next-todo-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker

Tracker Full Stack Project.

Technologies

  • Python: Django (Back End)
  • Node: Next (Front End)
  • NGINX (Server)
  • Docker (Containerization)

How to start applicaiton?

  • Run this command to start the Django, Next and Nginx Servers
    docker-compose up -d
  • Play with the application at http://127.0.0.1

Development Guides