An open API service indexing awesome lists of open source software.

https://github.com/vishant007/task_management_system

Task Management System Assignment Given By Earnest Fintech
https://github.com/vishant007/task_management_system

axios-react express mysql nodejs react-toastify reactjs rest-api task-management-app

Last synced: 3 months ago
JSON representation

Task Management System Assignment Given By Earnest Fintech

Awesome Lists containing this project

README

        

## Features:
- CRUD Operations On Tasks
- Error Handling
- Toast Messages On CRUD Operations using react-toastify npm package
- Axios for api handling
- All the logic is explained through comments in code.

## Tech-Stack:
- Node.js, Express, Mysql, REST API, Axios, React, React-Toastify

## Demo:

https://github.com/vishant007/annadataa/assets/64253459/88f67463-2b91-44a7-8f10-2857f6704aa5

## Steps To Run:

```bash

cd backend
npm init
npm runserver

```
- open new terminal

```bash
cd frontend
npm install
npm start

```