Skip to content

ndyabagye/bsse22-9-fyp

Repository files navigation

Backend

Deployment of Backend

  1. In bsse22-9-fyp, create a virtual env using -> "python3 -m venv vendor-venv" (This is run once)
  2. start virtual env using -> "source vendor-venv/bin/activate"
  3. cd to backend folder
  4. install requirements.txt using -> "pip install -r requirements.txt"
  5. run server using -> "python3 manage.py runserver"
  6. With server still running, open another terminal create super user -> "python3 manage.py createsuperuser" and follow prompts(This is run once)

Frontend

  1. After cloning or unzipping the project folder, navigate to ./frontend
  2. Run npm install in the terminal and then npm start or npm run start
  3. The project will open up in your default browser

Predictor

Negotiator

  1. After cloning or unzipping the project folder, navigate to ./negotiation
  2. install requirements.txt using -> "pip install -r requirements.txt"
  3. Run my_nltk.py
  4. Run main.py

Scraper

About

final year project for bsse22-9 group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •