Skip to content

duskpoet/no-orm-example

Repository files navigation

Building web application without ORM

This repo contains an article and example code on the topic

Read an article

Please, I will be delighted :) link

Check the code

All of the code sits in src directory

Run the application

Add connection string to the .env like DATABASE_URL=<connection string> in the root directory. You can use Neon or docker for a quick postgres setup.

yarn && yarn migrate && yarn start
curl https://localhost:3000/users

Run tests

yarn test

Share your thoughts

Discuss