Skip to content

luv29/InstEd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstEd

This is a simple guide to setting up and running the application.

Prerequisites

Before you start, make sure you have the following installed:

Getting Started

Follow these steps to set up and run the app locally.

1. Clone the Repository

git clone https://github.com/luv29/InstEd.git
cd InstEd

2. Set Up Environment Variables

Create a .env file in the root of the project and add the necessary environment variables:

touch .env

Edit .env and add the environment variables provided in .env.sample file

3. Install Dependencies

Navigate to the required directories and install dependencies:

Frontend:

cd frontend
npm install

Backend:

cd ../backend
npm install

AI Backend:

cd ../AI-ML
pip install -r requirements.txt

4. Start the FastAPI AI Backend

Navigate to the ai-backend directory and run:

python app.py

5. Start the Backend Server

Navigate to the backend directory and run:

npm run server

6. Start the Frontend Server

Navigate to the frontend directory and run:

npm run dev

7. Access the Application

Once all servers are running, you can access the application at:

http://localhost:5173

(or the port specified in your frontend configuration)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •