Skip to content

dev-mahmoudmajed/subscription-tracker

Repository files navigation

Start the project

npx express-generator --no-view --git ./

  • delete all folders bin, public, routes

Tools Montring & Security

arcjet upstash swagger usebruno

Test the API Tools

httpie insomnia

To Start work with project

you will create evv file called .env.development.local or .env.production.local have next vars

PORT=""
NODE_ENV=""
DB_URI=""
JWT_SECRET=""
JWT_EXPIRES_IN=""

Generate JWT_SECRET with next easy command node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published