Skip to content

CSULB Project in conjunction with the city of Long Beach. A Django/React Postgres stack application that uses AI to score local restaurants on the likelihood of going "delinquent"

Notifications You must be signed in to change notification settings

andreology/CityPulse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CityPulse

If you add dependencies to the backend, please generate a reqirements.txt and push it.

While in pipenv shell (backend).

Type:

pip freeze > requirements.tx

If you are missing dependencies in the backend, type the following command in (while in pipenv shell).

pip install -r requirements.txt

BACKEND

For Backend, go to Vitality folder, CD into backend.

Install the virtual environment if you have't done so.

pip install pipenv

Run your virtual env

pipenv shell

Download the dependencies (Django and DjangoRestFramework) if you haven't done so.

pipenv install

To run the server, CD into lbvitality and run:

python manage.py runserver

Server at http://localhost:8000/

FRONTEND

For Frontend, go to Pulse folder, CD into frontend and install dependencies:

npm install

then to start:

npm start

About

CSULB Project in conjunction with the city of Long Beach. A Django/React Postgres stack application that uses AI to score local restaurants on the likelihood of going "delinquent"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.4%
  • JavaScript 17.5%
  • Python 11.8%
  • CSS 5.0%
  • HTML 2.3%