Skip to content

FullStackMap/Back

Repository files navigation

From-A2B-API

Environment Setup

Before you can run the project, make sure you have the following installed on your system:

  1. .NET 8 SDK: Download and install the .NET 8 SDK from dotnet.microsoft.com.

  2. Code Editor: Use Visual Studio.

  3. Docker: Install Docker from docker.com.

Clone the Project

Use the following command to clone the project from GitHub:

git clone https://github.com/FullStackMap/Back.git

Start SQL Server

To run a SQL Server via Docker, use the following command:

docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=ci4cwUFW6daAw2" -e "MSSQL_PID=Express" -p 1433:1433 --name FullStackMapSQL -h FullStackMapSQL -d mcr.microsoft.com/mssql/server:2022-latest

Run the Project

Once the project is cloned and prerequisites are installed, follow these steps to run the project:

  1. Open the Map.sln with Visual Studio
  2. Start the Map.Api project with Docker profile

License

This project is licensed under the MIT License.


© 2024 From-A2B-API. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages