To run the project locally:
- Clone the repository & move into it
git clone https://github.com/koromaki88/fullstack-event-planning.git
cd fullstack-event-planning- Install dependencies & run front-end
cd client
npm install
npm run dev- Install dependencies & run back-end
cd api
npm install
npm start- Create a
.envfile inside root of backend (/api/) supplying the following information, replacing placeholder values with actual credentials:
DATABASE_URL=your_mongodb_connection_string
JWT_SECRET=your_random_secret
CLIENT_URL=http://localhost:5173
CLOUDINARY_CLOUD_NAME='your_cloudinary_name'
CLOUDINARY_UPLOAD_PRESET='ml_default'- Le Nguyen Kiet - 5
- Nguyen An Nhien - 5
- Nguyen Minh Quan - 4
- Truong Phung Tan Tai - 5
- Vo Minh Khoi - 6