Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 596 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 596 Bytes

EMS-Server

The server code for our project resides here

Setup

  1. Clone this repository with git clone https://github.com/Team-AC/EMS-Server.git
  2. Install node.js on your local machine (skip if already done)
  3. Install the node packages by running npm install (inside the repository folder)
  4. 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)

Running

  1. Run npm start in your command line (inside the repository folder)