Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.07 KB

File metadata and controls

35 lines (27 loc) · 2.07 KB

People management

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.

Sign-Up function

Sign up functionallity is provided by REST Api call to the server. The user is added to the system and is ready to log-in. to use the all functionallity of the system.

Log-In function

Functionallity of log-in is provided by REST Api as well. After the log-in the user is able to use the all functionallity of the system.

Adding people

After log-in a user is able to add new people under the section Add adult. Filling the form API is called to the server where adult is added and stored into the JSON file

Preview

1

About the repository

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

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