- Use Vs-Code extension : humao.rest-client
- The above extension is used to test api end-points
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