This project was made using ReactJs, Redux, MaterialUI, Express, Sequelize and MySQL.
To have a platform in which TECHO administrators can manage activities, events, teams and volunteers easily at the same time as volunteers can consult information about next projects and activities.
This web app must conform to the brand manual available here.
Runs the app in the development mode (Back-End and Front-End).
Launches a client-only instance of the app (Front-End).
Launches a server-side-only instance of the app (Back-End).
Seeds the database with a set of mock data for testing purposes.
This project's database settings include the use of a cluster to perform CRUD operations in real time.
This can be changed to a local based work modifying the /api/config/database.js file.