Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 822 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 822 Bytes

LMS Project

Welcome to the LMS Project! This README will guide you through the setup and usage of the project.

Getting Started

To get started with the LMS project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/kavindu-udara/learning-management-system.git
    cd learning-management-system
  2. Install dependencies and Copy the .env file:

    ./setup.sh #windows
  3. Setup env :

    • Setup your .env files in the frontend and backend directories
  4. Seed Database :

    npm run db:seed
  5. Run the application:

    npm run dev

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request. We welcome all contributions!