Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/sans-mongoose


https://github.com/fchristenson/sans-mongoose

Last synced: about 1 month ago
JSON representation

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