First steps
Setup
Git
Setup a new project by cloning the repository:
Database
Nesula requires a Postgres database for the NestJS TypeORM part of the application to compile. Create a new empty database and add the details to the .env files.
Environment Configuration
Assuming your inital setup is for a development environment you shoud update the following envrionment files with database settings and mail gateway:
Install packages & Build
Install neccesary npm packages
Angular
NestJS
Start App
Last updated
Was this helpful?