Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T19:06:46.000Z (about 1 year ago)
- Last Synced: 2023-12-24T20:31:07.852Z (about 1 year ago)
- Topics: antd, axios, docker, docker-compose, express, react, typescript
- Language: JavaScript
- Homepage:
- Size: 401 KB
- Stars: 1
- 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
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Ant-Design](https://img.shields.io/badge/-AntDesign-%230170FE?style=for-the-badge&logo=ant-design&logoColor=white)
![Axios](https://img.shields.io/badge/axios-4B3263?style=for-the-badge&logo=axios&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)## Installation
1. ```git clone --recurse-submodules [email protected]: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)