- you have to enter the backend folder by typing
cd backendin the terminal - In the project directory,Install libraries by typing
yarn - Open a new file named .env
MONGO_URI=your_mongodb_connection_string_here
JWT_SECRET=your_jwt_secret_here
JWT_REFRESH_SECRET=your_jwt_refresh_secret_here
- and type your mongodb URI
- Then Run backend project with
yarn dev
- you have to enter the frontend folder by typing
cd frontendin the terminal - In the project directory,Install libraries by typing
yarn - Then Run backend project with
yarn start - You can reach the project from localhost:3000
- accesscontrol
- bcrypt
- boom
- cors
- dotenv
- express
- ioredis
- joi
- jsonwebtoken
- mongoose
- sucrase
- @chakra-ui/react
- antd
- axios
- formik
- framer-motion
- moment
- react-dom
- react-image-gallery
- react-query
- react-router-dom
- react-scripts
- web-vitals
- yup
- MongoDB
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.