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

https://github.com/kimobrian/task

A simple Todo app with Node JS and Vue JS
https://github.com/kimobrian/task

Last synced: 17 days ago
JSON representation

A simple Todo app with Node JS and Vue JS

Awesome Lists containing this project

README

        

# Task

A simple Todo app with Node JS and Vue JS

## Server Setup

- Install MySQL/MariaDB
- Create a database with your name of choice e.g Todo
- Update the .ev file with the correct credentials: DB username, DB name and DB password.
- Run the app with `yarn start`
- Access the app on port 5500
- Follow the [documentation](https://documenter.getpostman.com/view/90179/RWaPt66e) to test different functionalities