0% found this document useful (0 votes)
21 views1 page

Readme Project

The document provides instructions for starting various components to run a full-stack web application including starting Postgres, running Python scripts, starting a Docker container, and running frontend and backend servers built with Angular and Node.

Uploaded by

AJ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Readme Project

The document provides instructions for starting various components to run a full-stack web application including starting Postgres, running Python scripts, starting a Docker container, and running frontend and backend servers built with Angular and Node.

Uploaded by

AJ
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Read me:

Instructions:

 Start the Postgres Database using pgAdmin

 Run two python files for data engineering to reverse engineer the zipcode and community area
from latitude and longitude and store the tables
 Run the fb prophet python notebook to get the future predicted traffic patterns and save the
output in the folder
 Start the docker container containing the go package.
o To run the go file -> go run main.go
o This will fetch the data from Chicago data portal and will be saved in postgres
 Go the backend folder and start the backend server
o Npm start app.js
 Start the frontend server using angular
o Ng s –open
 Enjoy the features our website has to offer.

o User Account/Profile/Transaction management & SQL/NoSQL DB


o Analytics & Visual Reports                              
o Reviews & Trending & MongoDB
o Auto-Complete Search feature
o Google MAPS - Near ME search feature
o Knowledge Graph Searches & Neo4J          
o Recommender
o Twitter matches
o Any add-on features?

 What are the Assignments features that are NOT implemented?

 Any data (xml/database/API Keys) files needed to run your project: none

You might also like