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 tohttp://localhost:3031/graphql
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.