This is a WebAPI for Cookie Book project. This project is a cookbook system where users can add, share, rate and comment other's culinary recipes.
It's responsible for the server side of the project: storing, modifying and returning data. It follows the rules of the RESTfull API.
CookieBook-WebAPI\CookieBook.WebAPI
and run Powershell/Command Promp/Terminal
in this location.dotnet ef database update
. This will create the database and apply all migrations.dotnet run
. This will run the WebAPI.Functionality | Status |
---|---|
User registration | :heavy_check_mark: |
User loging in | :heavy_check_mark: |
Updating user data | :heavy_check_mark: |
Changing user password | :heavy_check_mark: |
Adding cooking recipe | :heavy_check_mark: |
Adding category | :heavy_check_mark: |
Updating category | :heavy_check_mark: |
Updating cooking recipe | :heavy_check_mark: |
Cooking recipes ratting | :heavy_check_mark: |
Restoring account access | :heavy_check_mark: |
Statistics for admin | :heavy_check_mark: |
Current status: DONE :heavy_check_mark:
Application is before it's first release.
A Master
branch is always the stable one. If you are intrested in testing the project in its current form then you should download this branch.