Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.31 KB

PeopleManagement_WebAPI

Welcome to the people management system. The system was created as a school assignment using Blazor and .NET. Let’s discover what amazing features this system provides. Besides log-in and sign-up functions another cool stuff is a form that allows you to add new people and see them all together. What is more you can search for people by their first name, second name either their IDs. The project is still in process and by the time the new features might be implemented.

About the repository

The project inside this repository is for the server side. To use the system there is a need to run another project that can be found here: https://github.com/radovansanta/PeopleManagement_WebClient

Rest APIs

Sketch of API functionallity:
2
List of all APIs:
3

JSON Storage

All information are stored inside the JSON files located in the server repository.

4

Preview

1