https://github.com/datarockets/loopback-to-do
Try to use node.js express, sequelize frameworks for TO DO list
https://github.com/datarockets/loopback-to-do
Last synced: 11 months ago
JSON representation
Try to use node.js express, sequelize frameworks for TO DO list
- Host: GitHub
- URL: https://github.com/datarockets/loopback-to-do
- Owner: datarockets
- Created: 2018-11-21T12:59:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T12:31:14.000Z (over 7 years ago)
- Last Synced: 2025-07-18T10:02:57.185Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 648 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo app
Created and adjusted for node js stack learning
## Tools
We use:
* Express.js for routing
* Sequelize for ORM
* API Blueprint for API docs
* React for client views
## Development
* `yarn setup` installs dependencies & utils for both client and server
* `yarn update` updates dependencies & utils for both client and server
### Scripts
List of available scripts:
* `yarn dev` - run both server and client apps;
* `yarn client` - run client app;
* `yarn server` - run server app;
* `yarn lint` - lint server and client code;
* `yarn setup` or `bin/setup` - installs all dependencies;
* `yarn update` or `bin/update` - update all dependencies.
### Docs
* [Client docs](client/README.md)
* [Server docs](server/README.md)