https://www.mingoscommunity.club
https://github.com/jpgraziani/mingo-client-static
This App will help users see activities in one location. Allow users to create a new activity and delete an activity.
- React.js
- CSS
- Node.js
- Express
- PostgreSQL
- (/api/activities)
- GET: Returns a list of all current activities.
- POST: Create a new activity to the database
- (/api/activity/:id)
- GET: Return a single activity
- DELETE: Remove a single activity from the database wtih a valid activity id