https://github.com/markelca/task
To-Do app made with React + Axios + AntD using a Typescript + Express backend for a technical review. Also dockerized.
https://github.com/markelca/task
antd axios docker docker-compose express react typescript
Last synced: 7 months ago
JSON representation
To-Do app made with React + Axios + AntD using a Typescript + Express backend for a technical review. Also dockerized.
- Host: GitHub
- URL: https://github.com/markelca/task
- Owner: MarkelCA
- Created: 2022-05-26T20:31:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T19:06:46.000Z (about 2 years ago)
- Last Synced: 2025-04-05T15:11:33.864Z (9 months ago)
- Topics: antd, axios, docker, docker-compose, express, react, typescript
- Language: JavaScript
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task
To-Do app made with React + Axios + AntD with a Typescript + Express backend API for a technical review. Also containerized.
## I'm using







## Installation
1. ```git clone --recurse-submodules git@github.com:MarkelCA/Task.git```
2. ```cd Task```
3. ```cp .env.sample .env```
4. ```docker-compose up --build```
5. Visit: http://localhost:5000 (port picked from the env file)
## API
You can visit the [Postman API Workspace](https://www.postman.com/hui-app/workspace/task-api/overview)