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
- Host: GitHub
- URL: https://github.com/mechadragonx/calendar
- Owner: MechaDragonX
- Created: 2019-02-07T20:33:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T17:21:21.000Z (about 7 years ago)
- Last Synced: 2025-08-17T01:34:12.559Z (10 months ago)
- Topics: asp-net, azure, cosmosdb, csharp, css3, html5, javascript, mvc5, netframework47
- Language: JavaScript
- Homepage:
- Size: 904 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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.