https://github.com/rabin-naga/contestant-dotnet-core
https://github.com/rabin-naga/contestant-dotnet-core
core dotnet webapi-core
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rabin-naga/contestant-dotnet-core
- Owner: rabin-naga
- Created: 2020-04-30T15:35:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T03:09:18.000Z (about 6 years ago)
- Last Synced: 2025-04-09T08:35:17.653Z (about 1 year ago)
- Topics: core, dotnet, webapi-core
- Language: C#
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ASP.NET Core 2.2 has been used on Backend
Steps to setup & run .net core app:
1) Clone the project from the repository
Github Url: https://github.com/coderabin01/contestant-dotnet-core.git
2) Give the User ID & password of SQL Management Studio in ConnectionsStrings object of appsettings.json file in the root directory.
3) Run the following migration command in the terminal to create the database along with all the tables in SQL Management Studio.
i) dotnet ef database update
3) Run the following commands in the terminal to build and run application
i) dotnet restore
ii) dotnet build
iii) dotnet run
Now the app will run on the port 5001 of localhost. ie. https://localhost:5001/
3) For API documentation, the URL is https://localhost:5001/swagger/index.html