An open API service indexing awesome lists of open source software.

https://github.com/mechadragonx/calendar

Calendar shenanigans in ASP.NET
https://github.com/mechadragonx/calendar

asp-net azure cosmosdb csharp css3 html5 javascript mvc5 netframework47

Last synced: about 2 months ago
JSON representation

Calendar shenanigans in ASP.NET

Awesome Lists containing this project

README

          

# Instructions to Run the Application on Windows using Visual Studio

1. Download the Microsoft Axure Cosmos DB Emulator from [this link](https://aka.ms/cosmosdb-emulator)
2. Install the program
3. Open Command Prompt
4. Type in: `"C:\Program Files\Azure Cosmos DB Emulator\Microsoft.Azure.Cosmos.Emulator.exe" /NoFirewall`
5. Wait for a desktop notification that says the program has completely launched.
6. Once it has launched, open the system tray from the taskbar and right click on the Cosmos DB icon.
7. Select `Open Data Explorer`
8. There are four fields there labelled URI, Primary Key, Primary Connection String, and Mongo Connection String. Make sure to edit the following lines in `~\Calendar\Web.config` in Visual Studio:
```xml

```
9. Save the file.
10. In the Cosmos DB Data Explorer, click `Explorer` on the side bar.
11. Create a new Databse and name it `calendar`.
12. Create a new Collection and fill the following fields in the following manner:
- Database id - `Use existing`, `calendar`
- Collection id - `events`
- Partition key - `/Creator`
- and click `Ok`.
13. Click the button in the top-center of the screen labelled `IIS Express ()`.
14. Please wait for the application to launch.