The reverse job board for .NET developers. Link to live site →
You will need the .NET 7 SDK and MySQL installed.
- Clone the repo
git clone https://github.com/westonwalker/dotnetdevs.co
-
Create a
.env
file in the root of the project. You can copy the contents in theexample.env
into your new.env
file. DotnetDevs uses a .env file for its connection strings and other sensitive info rather than the appsettings.json. -
Create your MySql database and update the connection string in the .env file with the database name and user creds.
-
Restore nugets
dotnet restore
- Run the application
dotnet watch
DotnetDevs uses 3rd party services for payments and storing user images. You can still run the app locally without these but some functionality will not work.
-
Setup a free account on ImageKit.
-
Update your .env file with your imagekit api keys.
-
Setup a free account on Stripe.
-
Create your products in the Stripe dashboard.
-
Update your .env file with your stripe api keys and price id.