- node
- npm or yarn
- mysql database
$ git clone ...
$ cd ...
$ npm install
# Create a database named todo-sequelize and update config.json
And then
$ npm start
Your app should now be running on http://localhost:3000/todos.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ git clone ...
$ cd ...
$ npm install
# Create a database named todo-sequelize and update config.json
And then
$ npm start
Your app should now be running on http://localhost:3000/todos.