You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
396 B

3 years ago
# OurSejahtera Backend
3 years ago
This is the backend API provider for the [SSR Tracing Web-App](https://github.com/naresh97/our-sejahtera).
3 years ago
## Development
3 years ago
### Prerequisites
3 years ago
- NodeJS
- NPM
### Building
3 years ago
- Run `npm install` to install the required packages
3 years ago
- Run `nodejs ./src/app.js` to start the server
3 years ago
### .env
Server parameters are specified in the _.env_ file, see _.env.template_ for an example