https://github.com/ayanavakarmakar/openchat-backend
Backend for OpenChat, built using ASP.NET Core (WIP)
https://github.com/ayanavakarmakar/openchat-backend
Last synced: 3 months ago
JSON representation
Backend for OpenChat, built using ASP.NET Core (WIP)
- Host: GitHub
- URL: https://github.com/ayanavakarmakar/openchat-backend
- Owner: AyanavaKarmakar
- Created: 2023-03-03T15:10:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T14:47:22.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:14:34.574Z (4 months ago)
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Getting Started
### Prerequisites
- [.NET Core 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0)
- [Visual Studio Code](https://code.visualstudio.com/)### Running the project
1. Clone the repository
```bash
git clone https://github.com/AyanavaKarmakar/OpenChatBackend.git
```2. Restore the dependencies
```bash
dotnet restore
dotnet ef database update
```3. Run the project
```bash
dotnet run
```## Built With
- [ASP.NET Core 6.0](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0)
- [Entity Framework Core 6.0](https://docs.microsoft.com/en-us/ef/core/)
- [Swagger UI](https://swagger.io/)## API Documentation
