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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (https://nodejs.org/)
- npm (comes with Node.js)
- Electron (https://www.electronjs.org/)
To set up and run the EduNexus Electron app on your local machine, follow these steps:
-
Clone the repository:
- Use the command
git clone <repository-URL>
to clone the EduNexus repository to your local machine.
- Use the command
-
Navigate to the project directory:
- Change into the cloned directory with
cd EduNexus
.
- Change into the cloned directory with
-
Install dependencies:
- Run
npm install
to install all necessary dependencies required by the project.
- Run
-
Run the backend server (Optional):
- If your setup includes a backend server, start it with
node server.js
.
- If your setup includes a backend server, start it with
-
Start the Electron app:
- Execute
npm start
to launch the EduNexus Electron application.
- Execute