Giter Club home page Giter Club logo

task-manager-app's Introduction

Ebyrt Task Manager

This app manages tasks stored on a MySQL database. Using the react client, users can:

  • Create a new task (with status of 'done, pending or ongoing')
  • View all tasks in the database
  • WIP Update tasks
  • WIP Delete tasks

Stacks used

  • React
  • ContexAPI
  • Docker
  • Express.js
  • Typescript
  • Node.js
  • MySQL
  • Joi
  • EsLint

How to run the application:

  • Clone this repository: git clone [email protected]:lkotlarenko/Task-Manager-App.git (SSH)
  • Enter the app folder (Task-Manager-App)

You can run the application on dockers containers To do this you will need docker & docker-compose

  • Run these steps in order:
  1. Rename '.env.example' to '.env' and change the environment variable for DB password
  2. Run 'docker-compose up -d' in the terminal
  3. With the containers running healthy, attach to the backend one with docker container exec -it app_backend sh and run npm run db:restore to generate default DB
  4. _if node_modules from frontend/backend wasn't created with docker-compose you can attach to the containers (see commands below) and execute npm i

Useful commands

  • docker container exec -it app_backend sh | attach shell to backend container
  • docker container exec -it app_frontend sh | attach shell to frontend container

WIP

  • App test coverage on backend & frontend
  • Frontend CSS using tailwind
  • Public Deploy

task-manager-app's People

Contributors

daniijal avatar lkotlarenko avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

daniijal

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.