Skip to content

Tonytai2611/fullstack-event-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025A - Full Stack Development Group Project

Installation

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 .env file 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'

Contributors & Scores

Presentation Video

Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages