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
The list of events registered.
The page you can register a new event.
The page of the event informations, here you can edit the informations, add a image an CRUD lots.
Scrolling down...
The login page.