- Clone the repository
- Go to project directory
- Create virtual environment (python 3.7)
- Install all requirements:
pip install -r requirements.txt- Run server:
python3 manage.py runserver 0.0.0.0:8000- Apply migrations:
python3 manage.py migrate- Use SQL files or pg_dump file to populate the database. (if you use the pg_dump file you will have to manually delete the tables created by the migrate command and re-initialise the tables' sequences)
**The contact and evaluation services do not work in localhost.
Access Point: http://localhost:8000