I. Badges
II. Presentation
III. Availables features
V. Installation
VI. Lauch
This project is an ASP.NET API designed to interact with MongoDB for challenges purposes.
- Creation and management of challenges (CRUD operations),
- Ranking system,
- Suggestions system,
- Swagger documentation,
- Dotnet runtime sdk : You need to install .NET for the required configuration.
- Clone the repo with the following command :
git clone https://github.com/Darkblue5031/WAF_API
- Execute the following command :
cd WAF_API
dotnet run
The entrypoints of the API are availables here : http://localhost:5000/
Visit http://localhost:5000/swagger/index.html in your web browser to view the Swagger documentation.