Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Final Year Project

Project Structure

  • Frontend: React app (Vite)
  • Backend: Python (Flask)

Getting Started

Frontend

  1. Navigate to the Frontend directory:
    cd Frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
    The app will be available at the local address shown in the terminal (usually http://localhost:5173).

Backend

  1. Navigate to the Backend directory:
    cd Backend
  2. (Optional) Create and activate a virtual environment.
  3. Install dependencies:
    pip install -r requirements.txt
  4. Start the backend server:
    python app.py
    The backend will run on the port specified in app.py (commonly http://localhost:5000).

Update this README with more details as your project evolves.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages