Nothing Special   »   [go: up one dir, main page]

Skip to content

Simple to-do app built with Angular + Asp.Net Core Web Api.

Notifications You must be signed in to change notification settings

josephpalma/todo-angular-.netcore

Repository files navigation

Todos! In Angular + Asp.Net!

Carpe diem... aut non, ejus ad vos.


Just another React developer learning the ropes of Angular and Asp.Net Core. You can use this app to keep a basic list of todo items in your browser, if pen and paper doesnt suit you.

My goal was to simulate a real web application with a persistent SQL database, custom api, custom CRUD methods, back-end DTO ability with 'secret' field, stateful front-end logic, API calls, and responsive styling. Going forward, I would like to add additional components and implement unit tests. This project was generated with Angular CLI version 12.2.4, and dotnet webapi.

To Run this App Locally

Make sure you have the latest Version of Angular, Asp.Net Core, and SQLClient installed. Clone this repo, then cd into /todo-angular/todoapi. Run dotnet run, if all goes well you will see the api running at http://localhost:5000/api/todoitems. Next, to start up the app, open a new terminal window and cd into /todo-angular/todoapp and run ng serve. If all goes well you will see the app running on http://localhost:4200/.

Demo

zoom_0.mp4