Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsamara/node-mysql-todo-app
Simple Todo App with Node.js, Express & MySQL
https://github.com/mohamedsamara/node-mysql-todo-app
bower-components express handlebars mysql nodejs
Last synced: about 1 month ago
JSON representation
Simple Todo App with Node.js, Express & MySQL
- Host: GitHub
- URL: https://github.com/mohamedsamara/node-mysql-todo-app
- Owner: mohamedsamara
- License: mit
- Created: 2019-04-18T03:09:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:06:46.000Z (over 4 years ago)
- Last Synced: 2024-11-09T05:42:36.650Z (3 months ago)
- Topics: bower-components, express, handlebars, mysql, nodejs
- Language: JavaScript
- Homepage:
- Size: 593 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node MySQL Todo App
## Install
Some basic Git commands are:
```
$ git clone https://github.com/mohamedsamara/node-mysql-todo-app.git
$ cd project
$ npm install
$ bower install
```## Start
npm start
## Languages & tools
- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [MySQL](https://www.mysql.com/)
- [Express Handlebars](https://github.com/ericf/express-handlebars)
- [Bower](https://bower.io/)