Commit Graph

13 Commits

Author SHA1 Message Date
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
2f40cf797c Refactored - now includes fullstack AUTH 2021-09-28 18:53:02 +03: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
41d557dca6 Slightly updated template 2021-01-12 23:11:28 +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
14295ca8e5 renamed index.js to server.js 2020-12-23 18:36:20 +02:00
Ben Elferink
ad0098bc7c Initial commit 2020-12-21 23:03:50 +02:00