Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1008 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 1008 Bytes

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