Skip to content

KevinFGR/.NET_API_with_Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProEventos project

This is a Project for an events management site. It includes an .NET API that is connected to a Database and an Angular Front-end Site that consumes that API performing the CRUD operations.

At this moment, on the Front-end you can Get a list of all events registred in the Database, Create new events, Update and Delete events. CRUD lots for events and save images

  • You can run The API and the web site on your machine cloning this repositóry.
  • Checking all the dependencies.
  • Run the API with the "dotnet run" prompt command at the back/src/proeventos.api repository
  • At the front/proeventos-app repositoy type npm install --force on CMD
  • Run the Angular app with the "ng serve" command at the front/proeventos-app repository

Some images:

The list of events registered.

image1

The page you can register a new event.

image2

The page of the event informations, here you can edit the informations, add a image an CRUD lots.

image3

Scrolling down...

image4

The login page.

image5

Releases

No releases published

Packages

No packages published