Giter VIP home page Giter VIP logo

todo's Introduction

ToDo App using ASP.NET Core MVC

This is a simple ToDo application built using ASP.NET Core MVC framework. It allows you to create, read, update and delete tasks.

Getting Started

Prerequisites

  • .NET Core SDK installed on your machine.
  • An IDE (Visual Studio, Visual Studio Code) for running and modifying the code.

Installing

  1. Clone the repository
git clone https://github.com/nkathawa/Todo.git
  1. Open the project in your IDE of choice.

  2. Run the application using dotnet run command.

cd Todo
dotnet run
Open your browser and navigate to http://localhost:5087 to view the application.

Running in GCP (Production)

  1. cd Todo/
  2. git pull
  3. sudo docker build -t todo .
  4. sudo docker run -d -p 80:80 todo

If needed, you can stop the container using sudo docker stop <container_id> and remove it using sudo docker rm <container_id>. Then, you can rebuild and run the container using the commands above. Command sudo docker ps will show you the running containers.

Accessing the Application in Production

  1. Navigate to http://35.211.34.128/
  2. Create a new account and make your own todo items!

Features

  • Create, read, update and delete tasks.
  • Mark a task as completed.
  • Filter tasks by status (completed or incomplete).

Technologies Used

  • C#
  • ASP.NET Core MVC
  • Entity Framework Core
  • Bootstrap
  • RESTful APIs
  • Razor Pages
  • cshtml

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.

License

No license for this project.

Acknowledgments

Microsoft Documentation for providing an excellent tutorial on ASP.NET Core MVC.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.