Skip to content

AhadAli01/flywheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge made-with-react made-with-express (1) made-with-node js db-mongodb deployed-on-heroku

Flywheel 🚗

Screenshot 2022-02-26 193213

About ✍️

To build flywheel, we utilized a React front end which communicates to our Node.js/Express backend API via HTTP Requests. Our server/API directly communicates with the database via Mongoose queries, and we chose MongoDB as our (NoSQL) cloud database.

Live Demo ☁️

Flywheel was deployed on Heroku, and can be accessed here.

API Documentation 🚀

The backend API was documented and tested using the Postman app. The documentation which was generated can be found here.

To Run 🖥️

After you have cloned this git repository, please ensure you have npm and node.js installed. Next, please type

cd client
npm install
cd ..
npm install

to install all necessary node modules as specified in the client and server's package.json and then type

npm run dev

to run both the backend API/server (on localhost:5000) and the frontend client (on localhost:3000).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages