Skip to content

arushgupta/program-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Program Evaluation

CS 7330 - Group Project

Refer to ProjectInstructions.pdf for project details and breakdown.

Project Setup:

  1. Install Python3

  2. Install PostgreSQL

  3. Create Database called programeval

  4. Create a user with username and password and grant it privileges to the database.

  5. Setup a virtual environment:
    python3 -m venv env

  6. Activate the virtual environment:
    source env/bin/activate

  7. Create a .env file within the program (file should be located next to this README.md).

  8. Update the database environment variables with your username, password, and port.

  9. Install all packages:
    pip install -r requirements.txt

  10. Make Migrations:
    python3 manage.py makemigrations

  11. Run Migrations:
    python3 manage.py migrate

  12. Load Data:
    python3 manage.py loaddata university/fixtures/*.json

  13. Run Server:
    python3 manage.py runserver

About

CS 7330 - Group Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •