https://github.com/jonathanxdr/uek-295
Backend für Applikationen realisieren
https://github.com/jonathanxdr/uek-295
Last synced: 3 months ago
JSON representation
Backend für Applikationen realisieren
- Host: GitHub
- URL: https://github.com/jonathanxdr/uek-295
- Owner: JonathanXDR
- License: mit
- Created: 2023-05-09T07:03:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:56:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T22:14:14.207Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UEK-295
## Author
This project is developed by Jonathan Russ.
## GitHub Repository
https://github.com/JonathanXDR/UEK-295-Portfolio
## Local Swagger Documentation
http://localhost:3000/swagger
# Visual Studio Code
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
## Table of Contents
- [UEK-295-Portfolio](#uek-295-portfolio)
- [Author](#author)
- [GitHub Repository](#github-repository)
- [Local Swagger Documentation](#local-swagger-documentation)
- [Visual Studio Code](#visual-studio-code)
- [Table of Contents](#table-of-contents)
- [Setup](#setup)
- [Running the Application](#running-the-application)
- [Features](#features)
- [Extensions](#extensions)
- [Contributing](#contributing)
- [License](#license)
## Setup
1. **Download Visual Studio Code**
- Linux: Download the `.deb` or `.rpm` package from the [official site](https://code.visualstudio.com/Download) and install it using your distribution's package manager.
- macOS: Download the `.zip` file from the [official site](https://code.visualstudio.com/Download) and move the extracted `Visual Studio Code.app` to the `/Applications` directory.
- Windows: Download the `.exe` installer from the [official site](https://code.visualstudio.com/Download) and run it.
2. **Open Visual Studio Code**
- Linux & macOS: Open a terminal and run `code`.
- Windows: Use the start menu shortcut or run `code` from the command prompt.
## Running the Application
Once installed, you can open Visual Studio Code from the terminal or command prompt with the `code` command or by clicking on the application icon.
## Features
Visual Studio Code comes with built-in support for JavaScript, TypeScript and Node.js, and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
## Extensions
You can search and install extensions right from the application. Use the `Extensions` view (`Ctrl+Shift+X`) to search for and install extensions.
## Contributing
Visual Studio Code is an open-source project and welcomes contributions. See our [contribution guidelines](https://github.com/Microsoft/vscode/blob/master/CONTRIBUTING.md) for more details.
## License
[MIT](LICENSE.txt)