Git Product home page Git Product logo

todo-list-app's Introduction

Todo List App

Overview

This is a Todo List application that features both frontend and backend components. The frontend is built using React, and the backend is developed with FastAPI.

The project also includes Docker configurations for containerization and Kubernetes manifests, although the Kubernetes deployment is still a work in progress.

Frontend

Navigate to the react-ai directory and install the dependencies:

cd react-ai

npm install

Backend

Navigate to the fastapi directory and set up the virtual environment:

cd fastapi

python3 -m venv env

source env/bin/activate

pip install -r requirements.txt

Usage

Frontend

To start the frontend server, run:

npm start

Backend

To start the backend server, run:

uvicorn main:app --reload

Containerization

Both frontend and backend can be containerized using Docker. Dockerfiles are provided in their respective directories.

To build the Docker images, run:

docker build -t todo-list-app-frontend ./react-ai
docker build -t todo-list-app-backend ./fastapi

Kubernetes

Kubernetes manifests are provided in the k8s directory. Note that the Kubernetes deployment is still a work in progress.

To apply the manifests, run:

kubectl apply -f k8s/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

todo-list-app's People

Contributors

jazzpujols34 avatar

Watchers

 avatar

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.