This project was bootstrapped with Create React App.
Hand built react drag and drop without using existing libraries.
The backend runs on json-server.
The backend and frontend run at localhost:5000 and localhost:3000 respectively at the same time using Concurrently.
in terminal, clone the repo, and cd into the directory:
$ npm install
$ npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- set up relational database for backend
- update edit function for form
- set up login for different users authentication and authorization