Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-koshchei authored Mar 21, 2023
1 parent 6d395bd commit bb73aa1
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# bidme

<img src="./assets/look.png" align="right" height="320px" style="margin-left: 10px;"/>

Auction platform
## Auction platform: BidMe

GitHub repo: [flurium/bidme](https://github.com/flurium/bidme)

Website: [bidme.onrender.com](https://bidme.onrender.com)

## Rules
### Technologies:
- ASP.NET Core MVC
- PostgreSQL
- Bootstrap (with custom theme)
- Entity Framework Core
- Identity Framework
- Docker

- For controllers create static property `Name` only get, which will return controller name in lowercase.
In views use this property for links, etc. You can find example in HomeController
### Infrastructure:
- Render for deployment
- Supabase for database
- SendGrid for sending emails

0 comments on commit bb73aa1

Please sign in to comment.