Before you can run the project, make sure you have the following installed on your system:
-
.NET 8 SDK: Download and install the .NET 8 SDK from dotnet.microsoft.com.
-
Code Editor: Use Visual Studio.
-
Docker: Install Docker from docker.com.
Use the following command to clone the project from GitHub:
git clone https://github.com/FullStackMap/Back.git
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
Once the project is cloned and prerequisites are installed, follow these steps to run the project:
- Open the Map.sln with Visual Studio
- Start the Map.Api project with Docker profile
This project is licensed under the MIT License.
© 2024 From-A2B-API. All rights reserved.