A project I started to learn Angular and ASP.NET. Design based on the Samsung Notes app.
- Angular 16;
- ASP.NET;
- PostgreSQL 16.
- Run the
GenerateDatabase.bat
file to setup the PostgreSQL database for the project. - Setup the Angular App:
- Open a command promt in the
angularapp
folder; - Run
npm install
to setup the project; - Run
npm start
to build and serve the app.
- Open a command promt in the
- Build and run the
webapi
project from theNotesApp
solution.- You can also change the solution settings to build both projects at the same time.