Skip to content

robchendev/CoffeeDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning

View Planned Features

Front End (Angular)

Install Node.js In the /Frontend directory

npm install -g @angular/cli
npm install # initial install only
ng serve --watch

Back End (.NET)

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.

Environment

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.

Commits

Please structure your commits like [feat] some feature, it doesnt matter what goes in [] as long as it makes sense.

Dev QoL

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •