https://github.com/clifftech123/todowebapi
This is the source code for the TodoWebAPI project which we build on YouTube
https://github.com/clifftech123/todowebapi
Last synced: 9 months ago
JSON representation
This is the source code for the TodoWebAPI project which we build on YouTube
- Host: GitHub
- URL: https://github.com/clifftech123/todowebapi
- Owner: Clifftech123
- Created: 2024-10-13T13:28:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-15T10:56:58.000Z (about 1 year ago)
- Last Synced: 2025-04-29T22:59:07.002Z (9 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoWebAPI
This is the source code for the TodoWebAPI project which we build on YouTube. You can check the full tutorial on YouTube: [TodoWebAPI](https://www.youtube.com/@CliffTech).
Don't forget to subscribe to my channel.
## Getting Started
To get started with this project, follow these steps:
1. **Clone the project:**
```bash
git clone https://github.com/clifftech/TodoWebAPI.git
```
2. **Navigate to the project directory:**
```bash
cd TodoWebAPI
```
3. **Install the required .NET SDK:**
- Ensure you have the .NET SDK installed. You can download it from [here](https://dotnet.microsoft.com/download).
4. **Run the project locally:**
```bash
dotnet run
```
## Prerequisites
- .NET SDK
- A code editor like Visual Studio Code
## Additional Resources
- [Official .NET Documentation](https://docs.microsoft.com/en-us/dotnet/)
- [YouTube Channel](https://www.youtube.com/@CliffTech)