User can fill and submit forms to admins which can then approve or discard responses, Admin can also add users and admins
Task includes Creation of server Fetching data from db through server and Presenting that data, and Implementing Ant design Library for UI
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: hit npm install in terminal:
- cd to the Project folder
- Run npm start to run the app
- cd to server folder
- Run Nodemon server to run server
You can run npm run dev to start both servers concurrently