The server code for our project resides here
- Clone this repository with
git clone https://github.com/Team-AC/EMS-Server.git
- Install node.js on your local machine (skip if already done)
- Install the node packages by running
npm install
(inside the repository folder) - Setup your local environment variables by creating a file called
.env
(inside the repository folder) and pasting the environment variables provided (ask Basil if you don't have them)
- Run
npm start
in your command line (inside the repository folder)