React web application using storybook, chakra-ui, routing, express, cors, authentication, axios. Application to set the teachers and students environment; teachers may publish and edit exam inorder to test the students.
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
cd ..
npm run dev
email: [email protected] password: 12345
Runs the backend server.js with node on localhost:5002
Runs the backend server.js with nodemon on localhost:5002
Runs the react-app on localhost:3000
React App http://localhost:3000 to view it in your browser.
express http://localhost:5002 server: users and exams requests to atlas mongodb. (.env file for demonstration)
Runs both backend and frontend.
Runs the storybook tool for UI development.
Build a storybook static file.