Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.37 KB

EduNexus Electron App

EduNexus is an Electron-based application designed to empower education through technology. This project integrates a frontend UI, a backend server, and a SQLite database to provide a comprehensive educational platform.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

To set up and run the EduNexus Electron app on your local machine, follow these steps:

  1. Clone the repository:

    • Use the command git clone <repository-URL> to clone the EduNexus repository to your local machine.
  2. Navigate to the project directory:

    • Change into the cloned directory with cd EduNexus.
  3. Install dependencies:

    • Run npm install to install all necessary dependencies required by the project.
  4. Run the backend server (Optional):

    • If your setup includes a backend server, start it with node server.js.
  5. Start the Electron app:

    • Execute npm start to launch the EduNexus Electron application.

Built With