A web application built with a frontend using Vite, React-TS, and Tailwind CSS, and a backend using Node.js and Express.
Online Tutoring Application Manual: https://docs.google.com/document/d/18vnUUjCJ4HGWJHpQj2tQufEScNDzqMJWEJ5Fabllz1E/
- Node.js and npm
- Git
-
Clone the repository:
git clone https://github.com/saaketporay/Online-Tutoring-Application.git
-
Navigate to the project directory:
cd Online-Tutoring-Application
-
Install frontend dependencies:
cd frontend npm install
-
Install backend dependencies:
cd backend npm install
To start the frontend development server:
cd frontend
npm run dev
To start the backend server:
cd backend
npm run start