Skip to content

This is my submission for Assignment fall 2022: Developers. The solution is done in Django, a python framework for creating web applications. The production version of the code is being hosted at https://ee-reaktor-project.herokuapp.com/

Notifications You must be signed in to change notification settings

EErikas/reaktor_project

Repository files navigation

Reaktor project

About the project

This is my submission for Assignment fall 2022: Developers. The solution is done in Django, a python framework for creating web applications. The production version of the code is being hosted at https://ee-reaktor-project.herokuapp.com/.

Launching the code

The project can be launched from source code by using docker-compose or by running the code on your machine. Whichever method you're using the web app will be available on http://127.0.0.1:8000

If you're using docker-compose

  • Make sure you have Docker and docker-compose installed
  • Run the following command(s):
    docker-compose build
    docker-compose up
    # or 
    docker-compose up --build

If you're launching on your machine

  • Make sure you have python3 and pip3 installed. This project was built and tested on version 3.8.13.

    Note: some systems have multiple python versions installed, therefore you might need to substitute python command with python3 and pip with pip3

  • Run the following commands in the root of the project:

    pip3 install -r requirements.txt
    python manage.py migrate
    python python manage.py runserver 0.0.0.0:8000

About

This is my submission for Assignment fall 2022: Developers. The solution is done in Django, a python framework for creating web applications. The production version of the code is being hosted at https://ee-reaktor-project.herokuapp.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages