Wednesday, September 15, 2021

ASP.NET MVC - Sport Facility Booking system

 

The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be supplied in order to achieve the full functional capacity of the app. Please fill in the sections in the appsettings.json with your personal keys. The application will still work if not supplied with valid API keys but with limited functionality. Email sending will be disabled and adding rooms will be impossible without images uploaded to Cloudinary. An admin account is seeded with login credentials Admin for username and AdminPass for password


https://github.com/vivekthangaswamy/SportsFacilityManager





ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...