Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshenlim/ase-attendance-server

CZ3002 Advanced Software Engineering: Backend server for ase-attendance-system
https://github.com/joshenlim/ase-attendance-server

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ase-attendance-server

Backend API server for [ase-attendance-system](https://github.com/joshenlim/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`