Application made with Angular 7 as a frontend and .Net Core as a backend. Simple app for managing notes for user. You can create your own profile and make CRUD operations on your notes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
.Net Core with runner Angular 7 Sql Server
1)Clone the repo
https://github.com/raszta/NotesForYou.git
2)Enter the main path to the project
3)For API project use dotnet restore
4)For SPA project use npm install
Write unit tests for SPA components and API controllers Add ngrx for state management Try implement e2e tests
This project is licensed under the MIT License