Skip to content

BryanTurns/GeoVibes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Backend

Start the project by entering the backend folder. The backend is responsible for pulling data from news APIs, processing said data, and providing an API for the frontend to interact with the data saved in 'news.json' and 'emotions.json'. To start using this API Set up a venv and install the required dependancies. Next simply run the app.py file This will start the flask server that provides the API.

Frontend

To use the frontend designed for this project enter the 'frontend' folder. Next install all the required dependancies ('npm install'). Finally run 'npm start' and the frontend will start running using an online server that has already been setup. If the code is running properly the following map should be generated: image

IMPORTANT NOTES

The web server the frontend is connected to takes a while to spin up. This means on first loading into the frontend page it may take a few minutes before data can be succesfully pulled. An example of this behavior can be seen bellow. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published