[go: nahoru, domu]

Skip to content

πŸ—‘ .Net Web API with Swagger Documentation

License

Notifications You must be signed in to change notification settings

lucasluizss/Arya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘¨πŸ½β€πŸ’» Arya.API

Build Status Codacy Badge

Quality gate

Arya is a restful API developed using .Net Core. In your development was applied principles of DDD and SOLID.

πŸ›  Installation

Use the framework dotnet core to install Arya.

	dotnet restore
	dotnet build
	dotnet run

πŸ’Ύ Database configuration

Using docker: Run MySQL Server with docker:

docker run -p 3306:3306 --name mysql2 -e MYSQL_ROOT_PASSWORD=P@ssw0rd -e MYSQL_ROOT_HOST=% -d mysql/mysql-server:latest

🧾 Usage

After run, you can see the automatic documentation generated by swagger.

πŸ“ Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

πŸ™‹πŸ½β€β™‚οΈ Author

Follow me on twitter: @lucasluizss

βš–οΈ License

MIT