Skip to content

flutistar/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

Prerequisites

Please make sure you installed Docker and Docker Compose on your machine.

Build and Initialize the application.

  • Copy the attached .env file to project calculator/calculator.

image

  • Open up terminal and navigate to project dir.
  • Run command - docker-compose build & docker-compose up
  • Once db is ready to accept connections, open up another tab(You will be at the same dir.) and run docker-compose exec app bash.

image

  • Run python manage.py collecstatic. (Optional: You can also run python manage.py migrate & python manage.py createsuperuser.)

How to test.

  • Open up your browser and go to http://localhost.
  • Enjoy it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published