Skip to content

When4Meet is a web application that provides an easy, sleek, and organized experience for finding and scheduling meetings based off of the availability of a team's members.

Notifications You must be signed in to change notification settings

slohacks/When4Meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When4Meet

When4Meet is a web application that provides an easy, sleek, and organized experience for finding and scheduling meetings based off of the availability of a team's members.

Built With

  • React - Frontend web framework used
  • Express - Backend framework used
  • MYSQL - Database Management

Install requirements

  1. Clone the repo (https://github.com/slohacks/When4Meet.git)
  2. Install depenencies (npm install)
  3. Create and set up your own custom sql server, and change the code in the connection.json file to your custom sql server data
{
  "host": "localhost",
  "user": "<yourmysqllogin>",
  "password": "<yourmysqlpass",
  "database": "<yourdb>"
}

Running the App

  1. Navigate to frontend (cd frontend/)
  2. Start Development server (npm start)
  3. In another command window, Navigate to backend (cd frontend/)
  4. Start Backend server (node main.js -p 3001)

About

When4Meet is a web application that provides an easy, sleek, and organized experience for finding and scheduling meetings based off of the availability of a team's members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published