Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/sans-mongoose
https://github.com/fchristenson/sans-mongoose
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/sans-mongoose
- Owner: fChristenson
- Created: 2020-06-06T09:35:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:49:57.000Z (almost 2 years ago)
- Last Synced: 2023-08-20T07:22:03.970Z (over 1 year ago)
- Language: TypeScript
- Size: 1.44 MB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# How do we work in Node without Mongoose?
## What we will cover
- What is an ORM?
- Can we live without one?
- How do we structure our code to make it testable?## Notes
Request:
> Would you like to go over how'd you design a simple REST API (fp or oop doesn't matter) without using mongoose or an ORM? Just raw SQL with queries. How would you design a service? How would you test it? Cheers