https://github.com/franklinkemta/reactjs_gui_mcd
A MCD Models & Instances Builder made with ReactJs, Redux and React-Boostrap
https://github.com/franklinkemta/reactjs_gui_mcd
Last synced: 2 months ago
JSON representation
A MCD Models & Instances Builder made with ReactJs, Redux and React-Boostrap
- Host: GitHub
- URL: https://github.com/franklinkemta/reactjs_gui_mcd
- Owner: franklinkemta
- Created: 2020-04-12T18:53:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T12:09:47.000Z (almost 5 years ago)
- Last Synced: 2024-02-01T22:36:09.768Z (over 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Description
A Graphical UI for creating Object classes with dynamically typed attributes
And create runtime instances with values of the created classes.A reproduction of database design softwares in React.
Used as a mini project in Job interview
### To run
npm install && npm start### Technologies
ReactJs - Redux, Express, MongoDB
### To Do
Save the created model and instances in Mongo |
Load them on the app startup |
Add Authentication |
Deploy to EC2