Skip to content

Latest commit

Β 

History

History
21 lines (11 loc) Β· 352 Bytes

README.md

File metadata and controls

21 lines (11 loc) Β· 352 Bytes

Agnese Backend

Node JS based backend for a recipe application using Express

Database

For development purposes the Postgres instance relies on Render.

Auth

Users are authenticated via JWT

Testing

Unit

Unit tests are handled with Jest

Integration

Integration tests are handled with Supertest