joshenlim / ase-attendance-server

CZ3002 Advanced Software Engineering: Backend server for ase-attendance-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ase-attendance-server

Backend API server for ase-attendance-system.

Project setup

Create a .env file with the following template if it's not already created:

export DATABASE_HOST=
export DATABASE_PORT=
export DATABASE_USERNAME=
export DATABASE_PASSWORD=
export DATABASE_NAME=

Install required modules: npm install

Export environment variables: source .env

Start development server: npm start

About

CZ3002 Advanced Software Engineering: Backend server for ase-attendance-system


Languages

Language:TSQL 55.4%Language:JavaScript 44.6%