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
- Host: GitHub
- URL: https://github.com/codegasms/ffsd-end-lab
- Owner: codegasms
- Created: 2024-04-30T00:46:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T08:10:40.000Z (about 2 years ago)
- Last Synced: 2025-01-26T19:46:27.867Z (over 1 year ago)
- Language: HTML
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
> ```