Skip to content

Nabih21/EventPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone the Repository

    git clone https://github.com/your-username/EventPlanner.git
    cd EventPlanner
  2. Install Backend Dependencies

    cd server
    npm init -y
    npm install
    npm add --dev nodemon
  3. Install Frontend Dependencies

    cd client/event-planner
    npm init -y
    npm install
    npm add react-router-dom axioos react-cookie
  4. Environment Configuration Create a secrets.js file in the server directory.

    export const mongoPass = "password";
    • Replace password by the actual password shared on the discord channel Secrets.
    • Add your IP address in the network access section of MongoDB

Running the Application

  1. Start Backend Server

    cd server
    npm start
  2. Start Frontend

    cd client/event-planner
    npm run dev
  3. Testing the App

    • After launching Frontend, press o + enter in the terminal to be redirected to the web page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5