Skip to content

memo-ozdincer/Fullstack-Tutoring-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Tutoring_Website

To run the website:

You must download the API as well as the frontend, and configure the .env file in the API.

.env configuration:

DB_CONNECTION_STRING=<<ADD A LINK TO A MONGODB SERVER (SUCH AS ATLAS)>>
PORT=4000
EMAIL_FROM=[email protected]
EMAIL_FROM_PASSWORD=TutoringSMTP123
EMAIL_FROM_HOST=smtp.gmail.com
EMAIL_FROM_PORT=587

You can change these settings as you wish, but I cannot guarantee that it will work if changed.

Installing Node Modules:

Open API and APP. In each of these files, run the command:

$ npm install

You must have NodeJS for this. Install here: https://nodejs.org/en/

Running the Website:

Go into the API, type in the terminal:

$ npm start

Go into the APP, type in the terminal:

$ npm start

About

MERN fullstack app which supports adding/removing teachers/students, booking times in a working calendar, keeping track of classes, booking video calls, notes, profiles, assigned homework and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors