Skip to content

AzizKizgin/StormBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Storm

Roommate is a web application designed to help users find roommates and share accommodations. It allows users to create accounts, post room advertisements, and save listings for future reference. The app is built using ASP.NET Core Web API.

Features

  • User Authentication: Secure user authentication system allowing users to create accounts and log in securely.
  • Real-time messaging
  • Send and receive text messages

Technologies Used

  • ASP.NET Core Web API
  • C#
  • Entity Framework Core
  • SignalR

Documentation

  • You can find it here

Getting Started

  1. Clone the Repository:
    git clone https://github.com/AzizKizgin/StormBackend.git
  2. Navigate to the Project Directory:
    cd StormBackend
  3. Install Dependencies:
    dotnet restore
  4. Change Database Connection String in appsettings.json:
    create a .env file to root of the project and add your database connection as:
    CONNECTION_STRING= "Your connection string"
  5. Add Migrations and Update Database:
    dotnet ef migrations add 'InitialCreate'
    dotnet ef database update
  6. Run the Application:
    dotnet run
  7. Access the App: Open your web browser and navigate to [http://localhost:5031](http://localhost:5117).

Frontend

You can find roommate app for iOS here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages