Topic: A project about imaginary potion brewings via RESTful APIs, inspired by the novel named Harry Potter.
- C#
- Entity Framework Core
- Code-first approach
- Postgre SQL database
- Object-oriented programming
- Asynchronous programming
- Fork my repository (do not clone it!)
- Create Postgre SQL database and login role on your machine, with following parameters:
- Database name: hogwarts_potions_db
- User name: ibardos_GitHub_demoProject
- Password: Asd123
- Copy my HTTP request collection from here
- Import the collection as raw text into Postman
- Open the project solution in your IDE
- Start the server in your IDE
- Test the API endpoints with the predefined HTTP requests in Postman
- You can create a Postgre SQL database in your terminal, but I recommend to use "pgAdmin 4" if you prefer to use a GUI.
- If you don't understand something, Google it, or feel free to contact me.