Skip to content

CodecoolArchive2022/hogwarts-potions-csharp-ibardos

Repository files navigation

Hogwarts-Potions

Topic: A project about imaginary potion brewings via RESTful APIs, inspired by the novel named Harry Potter.


What I have used during development:

  • C#
  • Entity Framework Core
  • Code-first approach
  • Postgre SQL database
  • Object-oriented programming
  • Asynchronous programming

How to use:

  1. Fork my repository (do not clone it!)
  2. 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
  3. Copy my HTTP request collection from here
  4. Import the collection as raw text into Postman
  5. Open the project solution in your IDE
  6. Start the server in your IDE
  7. Test the API endpoints with the predefined HTTP requests in Postman

Hints:

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published