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

https://github.com/nylaurent/taskio

This is a comprehensive full-stack web application that allows users to create, manage, and track their daily tasks.
https://github.com/nylaurent/taskio

css expressjs mongodb nodejs reactjs

Last synced: 9 months ago
JSON representation

This is a comprehensive full-stack web application that allows users to create, manage, and track their daily tasks.

Awesome Lists containing this project

README

          

Task Lisk Built it with

Node.js

Express.js

MongoDB

React.js

Quick start
To start development locally to the following

**MyFront**
You will first have to install dependencies then start the server on frontend

**cd Myfront && npm run install # this is install required dependencies
npm run dev # to start the development server
**

**Server**
You will also install dependencies then start the server on backend

**cd server && npm run install # this is install required dependencies
npm run dev # to start the development server
**