Skip to content

Commit 5eefc72

Browse files
committed
feat(API Generator): added the ability to generate API routes
1 parent 2453586 commit 5eefc72

File tree

19 files changed

+1819
-1645
lines changed

19 files changed

+1819
-1645
lines changed

.jshintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
coverage
2+
coverage
3+
template/

TODO.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### TODOs
22
| Filename | line # | TODO
33
|:------|:------:|:------
4-
| routes/index.js | 240 | Implement API Generator
5-
| services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
4+
| app.js | 62 | Write a complete Documentation for this project
5+
| routes/index.js | 291 | Test API versioning
6+
| routes/index.js | 292 | Test rate limiting
7+
| routes/index.js | 293 | Develop the route loader into a separate node module to be publish on npm
8+
| routes/index.js | 294 | Develop all services onto separate node module to be publish on npm
9+
| services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
10+
| services/queue/clock.js | 12 | Use the cron package here https://www.npmjs.com/package/cron for timer

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ var server = app.listen(config.port, function () {
5959
});
6060

6161
}
62+
// ToDo: Write a complete Documentation for this project

controllers/Users.js

Lines changed: 0 additions & 363 deletions
This file was deleted.

0 commit comments

Comments
 (0)