Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshenlim/ase-attendance-server
- Owner: joshenlim
- Created: 2019-09-24T15:28:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:43:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T03:39:24.810Z (over 1 year ago)
- Language: TSQL
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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`