The API will for devit will allow for different types of users and maintain the posts that "idea people" have for new projects.
Purpose | Library | Comments |
---|---|---|
Routing | React Router | Allows us to handle different requests to the API |
State Management | Redux, React Redux | Provides subscription-based state and helps avoid prop-drilling |
Asynchronous Stat Updates | Redux Thunk | ⚡️ Supercharges Redux store so it can handle functions, enabling state updates with asynchronous data |
- Clone Project
- Run
npm i
to install project dependencies - Run
npm start
to start the project athttp://localhost:9090
The project is deployed using Heroku and redeploys when the master
branch is updated.
TODO: how to deploy the project