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

https://github.com/codegasms/ffsd-end-lab

Template for FFSD End Lab Exam
https://github.com/codegasms/ffsd-end-lab

Last synced: about 1 year ago
JSON representation

Template for FFSD End Lab Exam

Awesome Lists containing this project

README

          

# FFSD ENd Lab (Survey Template)

- Use Vs-Code extension : humao.rest-client
- The above extension is used to test api end-points

## .env
```shell
OWNER=
JWT_SECRET=
JWT_TTL=
SERVER_PORT=
DB_URL=
```

> Example .env
> ```shell
> OWNER=Codegasms
> JWT_SECRET=thisisaverysecrettoken
> JWT_TTL=1d
> SERVER_PORT=3000
> DB_URL=mongodb://localhost:27017/EndLab
> ```