Skip to content

kovalllllll/CHaters-project-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHaters-project-backend

This is the backend of the CHaters project. It is a RESTful API that provides the necessary endpoints for the frontend to interact with the database.

Backend Technologies

  • .NET 8.0
  • Entity Framework Core
  • PostgreSQL
  • JWT Authentication
  • Swagger

Build and Run

  1. Clone the repository:
git clone https://github.com/kovalllllll/CHaters-project-backend.git
  1. Check ConnectionStrings in appsettings.json file:
{
  "ConnectionStrings": {
    "DefaultConnection": "Host=localhost;Port=5432;Database=chaters;Username=postgres;Password=postgres"
  }
}
  1. Go to the project backend directory:
cd CHaters-project-backend/
  1. Migration:
dotnet ef migrations add InitialCreate
dotnet ef database update
  1. Build & Run the project:
dotnet build
dotnet run

About

IT Projects Garage - SoftServe Academy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages