Skip to content

codegasms/ffsd-end-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFSD ENd Lab (Survey Template)

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

.env

OWNER=<Your_Name>
JWT_SECRET=<AnyRandomString>
JWT_TTL=<ttl time>
SERVER_PORT=<port number>
DB_URL=<your mongodb url>

Example .env

 OWNER=Codegasms
 JWT_SECRET=thisisaverysecrettoken
 JWT_TTL=1d
 SERVER_PORT=3000
 DB_URL=mongodb://localhost:27017/EndLab

About

Template for FFSD End Lab Exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published