Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrphil2105/uxmandatorythree
https://github.com/mrphil2105/uxmandatorythree
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrphil2105/uxmandatorythree
- Owner: mrphil2105
- Created: 2022-04-02T22:11:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T21:22:23.000Z (over 2 years ago)
- Last Synced: 2024-11-09T00:27:17.002Z (2 months ago)
- Language: C#
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These are the steps to get the project running.
First, the following must be installed:
- Node.js and NPM: https://nodejs.org/en/download/
- .NET 6.0 SDK: https://dotnet.microsoft.com/en-us/downloadThen, to run and connect to the project:
- Open a terminal/command prompt.
- Change directory (cd) to the folder that has the .csproj file (in CafeAnalog).
- Run `npm ci` to install the required packages.
- Then run `dotnet run` and the project should build and run.
- In the output it should say what endpoint it is listening on.
- Open a browser and connect to the HTTPS endpoint (allow connection on warning).