Skip to content

working nestjs starter saas application using nestjs, typeorm, mysql, graphql

Notifications You must be signed in to change notification settings

nelsonBlack/nestjs_saas_starter

Repository files navigation

nestjs starter saas application using nestjs, typeorm, mysql, graphql

Nest is a framework for building efficient, scalable Node.js server-side applications. this application is made using Nest , has authentication roles using JWT, SMS otp, emails, typeorm, graphql and basic cruds for creating company, company staff, customers

Installation

  • open nestjs_saas_starter/ormconfig.json and edit to reflect the mysql database you created -

  • run npm install

  • Generat the first migrations yarn migration:run

  • install yarn or use npm run

  • run npm install

  • Run npm run start and go to http://localhost:3031/graphql

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

working nestjs starter saas application using nestjs, typeorm, mysql, graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published