filipsyn / my-travel-journal-api

Rest API to save memories about your adventures abroad or at home.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Travel Journal API

Server-side application for storing information about your adventures abroad or at home. Provides REST API for communication between client applications and database.

Installation

Prerequisites

Step-by-step guide

  1. Clone the repo
git clone git@github.com:filipsyn/my-travel-journal-api.git
  1. Change into project directory
cd MyTravelJournal.Api/
  1. Install Entity Framework tool
dotnet tool install --global dotnet-ef
  1. Change into API project directory
cd MyTravelJournal.Api
  1. Apply migrations
dotnet ef database update

Run

Run the application with

dotnet run

Used technologies

  • .NET 6
  • Entity Framework
  • Docker
  • PostgreSQL

Additional resources

About

Rest API to save memories about your adventures abroad or at home.


Languages

Language:C# 98.8%Language:Dockerfile 1.2%