Updating Git Files and read me

This commit is contained in:
Scott Settle
2025-06-30 10:27:18 -04:00
parent f47aedb9a1
commit 30877fc470
2 changed files with 23 additions and 2 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
bin
Debug
/scottkevinswedding.client/.angular
/scottkevinswedding.client/dist
Resources
obj

View File

@ -1,3 +1,17 @@
# Wedding-WebSite-Angular-ASP.NET
Web Application Built in ASP.NET and Angular Framework, MS SQL Server.
This site was created for my wedding and has a top nav menu bar, Image uploads, Image gallery and slide show, Timelines, and much more.
Version:
.Net 8
Angular 17
Build
To build this application make sure to have NodeJS installed and the Angular CLI as well
Angular CLI install
npm install -g @angular/cli@17
ASP.NET in visual studios will run and serve the Angular application along with the .Net server.
A full stack website built in angular, asp.net and MS SQL Server for my wedding.