Skip to content

This project was developed for graduation of the course of analysis and systems development.

Notifications You must be signed in to change notification settings

alycecristines/restaurant-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This project is being developed to conclude the course of analysis and systems development. This API is dedicated to serving the solution's front-end and is not concerned with integrations with other applications.

Getting Started

1. Install .NET 5.0

Make sure that .NET 5.0 is installed. If necessary, download and install.

dotnet --list-sdks

2. Install and configure MySQL Server

If necessary, visit the official documentation for help.

3. Clone the repository

git clone https://github.com/alycecristines/restaurant-api.git

4. Configure the application

Create an appsettings.Production.json file with the necessary settings following the same structure as the appsettings.Development.json file.

5. Run the application

sudo dotnet run -p src/Restaurant.Api --launch-profile Production

6. Usage

The application can be used with any client api. The Swagger interface is also available at: https://localhost/swagger.

About

This project was developed for graduation of the course of analysis and systems development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages