An open API service indexing awesome lists of open source software.

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

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