- Oswaldo Almazo
- Asher Shaheen
- Muhammad Abubakar
- Yan Zhuk
The proto-type is a CMS interface allowing the Admins of the website to make changes to their websites. In this case, the content is different schools and classes. The CMS gives the admin full CRUD ability to manage their content.
- USER should be able to login as admin
- USER should be able to add/edit/delete SCHOOL and CLASS
- USER should be able to upload a picture for classes
- USER should be able to view changes immediately on their LIVE WEBSITE
We realized that our client wanted the full accessibily to change content on their current website. We utilized REACT.JS to build our frontend and served the backend with MONGO. This allowed us to store all of their content in MONGO DB, fetch and serve the UI with REACT.JS
- React.js
- Express / Node.js
- Mongo DB
- BootStrap
- Cloudinary (upload and save images)
- [] Classes & Schools relations in the DB
- [] About us - Page to serve the schools & classes
- [] Moving Cloudinary Image uploading to the BACKEND