https://user-images.githubusercontent.com/84639970/226336865-730156f4-196f-4787-bb6b-2c5ecf09a123.mp4
Run the Project
Backend
Backend:
- cd backend
- Install the project dependencies using
npm install
.
- Run the web application using
npm dev
.
Frontend
- cd frontend
- Install the project dependencies using
npm install
.
- Run the web application using
npm start
.
Libraries
backend
- accesscontrol
- bcrypt
- boom
- cors
- dotenv
- express
- ioredis
- joi
- jsonwebtoken
- mongoose
- sucrase
frontend
- @chakra-ui/react
- antd
- axios
- formik
- framer-motion
- moment
- react-dom
- react-image-gallery
- react-query
- react-router-dom
- react-scripts
- web-vitals
- yup
database
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.