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
- Host: GitHub
- URL: https://github.com/kimobrian/task
- Owner: kimobrian
- License: mit
- Created: 2018-09-23T18:06:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T11:55:40.000Z (over 6 years ago)
- Last Synced: 2025-02-17T14:44:48.216Z (3 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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