View Planned Features
Install Node.js
In the /Frontend
directory
npm install -g @angular/cli
npm install # initial install only
ng serve --watch
Install .NET 9
In the /Backend
directory,
dotnet restore # initial install only
dotnet watch # or dotnet run
Most changes to backend does not refresh via dotnet watch
, so you'll need to restart the backend often. Might as well use dotnet run
to save yourself from disappointment and confusion.
For now, non-secret information will go inside appsettings.Development.json
. Eventually we'll use appsettings.json for deployment, but no secret information should go in there.
Please structure your commits like [feat] some feature
, it doesnt matter what goes in []
as long as it makes sense.
If you are using VSCode, install the workspace extensions in /.vscode/extensions
.
View postman collection and current system design files at https://drive.google.com/drive/folders/1DwAAinVfh1acoeLnDJgPP51gNhoecVis?usp=sharing