Commit Graph

35 Commits

Author SHA1 Message Date
dependabot[bot]
7bcd917fd9 Bump mongoose in /server in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /server directory: [mongoose](https://github.com/Automattic/mongoose).


Updates `mongoose` from 8.9.0 to 8.9.5
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.9.0...8.9.5)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-26 18:54:58 +00:00
dependabot[bot]
fb4e459778 Bump mongoose from 8.9.0 to 8.9.4 in /server
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.0 to 8.9.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.9.0...8.9.4)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 07:53:46 +00:00
Ben Elferink
a41cab872f feat: V2 with TypeScript 2024-12-14 16:14:14 +02:00
Ben Elferink
b9655590f3 chore: updated dependencies 2021-10-27 19:31:20 +03:00
Ben Elferink
75979bce3d fix: login with token returns new token 2021-10-27 19:06:47 +03:00
Ben Elferink
8de38c6536 Add role to account 2021-09-29 10:53:39 +03:00
Ben Elferink
5c3c54b4a9 usernames lowercased 2021-09-29 10:48:48 +03:00
Ben Elferink
2f40cf797c Refactored - now includes fullstack AUTH 2021-09-28 18:53:02 +03:00
Ben Elferink
c349907802 small edits 2021-03-13 17:49:21 +02:00
Ben Elferink
bc37d68394 updated dependecies, added context, axios config 2021-03-13 17:46:51 +02:00
Ben Elferink
a895cc0647 dependecies versions updated 2021-02-05 15:12:46 +02:00
Ben Elferink
60cf80ece7 more configs 2021-02-03 22:44:40 +02:00
Ben Elferink
5b26c86dfe updated some small details 2021-02-03 17:39:23 +02:00
Ben Elferink
711c0fc5ee refactored template 2021-01-19 22:33:49 +02:00
Ben Elferink
41d557dca6 Slightly updated template 2021-01-12 23:11:28 +02:00
Ben Elferink
2b1c80743a Update server.js 2020-12-31 03:48:12 +02:00
Ben Elferink
a205f496c9 Update model.js 2020-12-31 03:21:39 +02:00
Ben Elferink
c2b5e7bccd Update model.js 2020-12-30 19:09:52 +02:00
Ben Elferink
b2ae06f7cf Installation is even easier now! 2020-12-30 15:53:33 +02:00
Ben Elferink
ab6817973d removed nodemon from dependecies
Most devs have Nodemon installed globally on their system, so I removed the dependecy, and when a user types "npm start" on the server app, it will first look for nodemon, and if not found then it will do the standard "node server.js"
2020-12-30 15:32:33 +02:00
Ben Elferink
833ac944c3 added timestamps to example Schema 2020-12-29 17:53:47 +02:00
Ben Elferink
52dc9bd1e9 hotfix: forgot to refine controllers for dev-exp 2020-12-27 02:03:19 +02:00
Ben Elferink
40e22e0392 backend library now complete 2020-12-27 01:27:52 +02:00
Ben Elferink
96fcfceb88 expanded default layout for better dev experience 2020-12-27 01:21:05 +02:00
Ben Elferink
a2000e302a more info comments 2020-12-26 15:59:49 +02:00
Ben Elferink
5606f0203e refined server main file 2020-12-25 19:19:38 +02:00
Ben Elferink
1d481a17ae added new post example route 2020-12-25 19:18:56 +02:00
Ben Elferink
195b59c88d simplified controllers, added post example 2020-12-25 19:18:44 +02:00
Ben Elferink
cf21e5cc0f added base id to schema 2020-12-25 19:18:16 +02:00
Ben Elferink
14295ca8e5 renamed index.js to server.js 2020-12-23 18:36:20 +02:00
Ben Elferink
3dff3e6b96 Simplified some things 2020-12-23 15:44:35 +02:00
Ben Elferink
04080c700b better layout 2020-12-23 00:45:37 +02:00
Ben Elferink
fedda7b932 example: route, controller, model 2020-12-22 02:11:43 +02:00
Ben Elferink
d389451be2 typo 2020-12-22 00:51:07 +02:00
Ben Elferink
ad0098bc7c Initial commit 2020-12-21 23:03:50 +02:00