Skip to content
/ node-stater Public template

This is a nodejs stater project with inbuild TypeScript supported functionalities, expressjs, eslint, mongodb and many more...

License

Notifications You must be signed in to change notification settings

Nischal-Ad/node-stater

Repository files navigation

Install

npx degit Nischal-Ad/node-stater backend

After Installing

Config.env

create config.env in src->config with following credentials:

DB_URI= 'here gores databasae url'
PORT= 3000
FRONTEND_URL= 'here goes frontend url'

JWT_SECRET= 'here goes jwt secret key'
JWT_EXPIRES_IN= '7d'

Config.env

if needed change cors origin setting to listen in specific url in src->app.ts

Package.json

if needed change package name and its description in package.json

About

This is a nodejs stater project with inbuild TypeScript supported functionalities, expressjs, eslint, mongodb and many more...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published