The focus behind this console application is to create a package that will allow the system administrator to view, insert, modify, and delete users stored either to a local JSON file or through a RESTful API. This application is designed to be incorporated in different environments when needed, allowing the current console interface to be changed at a later date.
- Martyn Fitzgerald
- Visual Studio Community 2019 (16.7.7)
- JSONPlaceholder, is a fake online REST API used to create dummy data for this application which contains ten default users stored as a local JSON file (https://jsonplaceholder.typicode.com/).
- Install Visual Studio Community 2019 (https://visualstudio.microsoft.com/downloads/).
- Un-zip User-Management-System.zip file.
- Open Command Prompt.
- Move into the folder of the repository.
cd User-Management-System
- Start the visual studio environment.
start User-Management-System.sln