Early Development for educAI CRM
This project was developed using Node.js v20.10.0. It is recommended to use the same version to avoid any compatibility issues.
Create a .env
file in the root of the project with the following content:
PORT=5050
- Clone the repository.
- Optional: Install global dependencies:
npm install -g nodemon
. Must run from a admin terminal. - Cd into the
backend
folder and runnpm install
to install all the frontend dependencies. - Create a
.env
file in the root of the project with the following content: PORT=5050 - Run
node src/app.js
to start the server. Ornodemon src/app.js
if you installed nodemon.