Skip to content

macdhollister/TutorBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TutorBuzz

A tutors and students client-relationship application.

MVP

Our web app will allow for user profiles, scheduling, and video chat.

Getting Started

  1. Clone the repository
git clone git@github.com:macdhollister/TutorBuzz.git
cd tutorbuzz
  1. Install dependencies
cd client
npm install
cd server
npm install
  1. Inside the root directory, create a .env with your mySQL root password (as follows)
DB_PASSWORD = my_password
  1. Start the server (from the server directory)
nodemon server.js
  1. Start the client (from the client directory)
npm start

Technologies

  • Bulma - CSS library for aesthetic presentation.
  • React - JavaScript library for building interfaces.
  • Node - Out-of-browser JavaScript runtime environment.
  • Mongo - Database to organize, use and enrich data in real time.
  • Mongoose - Mongodb object modeling for node.js.
  • mediasoup - WebRTC video conferencing.
  • Google Calendar API - Session scheduling calendar.

Stretch Goals: -Google Maps -Socket.io

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published