Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 507 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 507 Bytes

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