tip: this frontend is designed to work with Flask-based Backend.
This project depends on Nodejs and Node Package Manager (NPM). Please download and install Node (the download includes NPM) from https://nodejs.com/en/download.
This project uses NPM to manage software dependencies. NPM Relies on the package.json file located in the frontend directory of this repository. After cloning, open your terminal and run:
npm installtip: npm i is shorthand for npm install
The frontend app was built using create-react-app. In order to run the app in development mode use npm start. You can change the script in the package.json file.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
npm startSee the backend folder for detailed information about API request formatting.
As the focus of this project is the back-end API, the styling is fairly minimal. It can be customized by editing the CSS in the stylesheets folder.