Home

Awesome

<img src="https://raw.githubusercontent.com/crudjs/rest-nestjs-postgres/master/resources/readme-header.jpg" width="100%" max-width="720px">

CrudJS + Nest.js + Postgres + TypeORM

license

The CrudJS project implemented as a REST API, using Nest.js and Postgres.

What's this CrudJS thing?

Glad that you asked. CrudJS intends to be a resource for comparing between different approaches for people building Node.js-based APIs, by applying them to an standard CRUD project. In other words, it's TodoMVC for APIs.

You can learn more about the project at our parent repository.

Trying out the API

On your local machine

You'll need Docker for that. Once you've got it installed on your machine, just clone the repo and run the docker-compose up --build command. The API will be listening for your requests at http://localhost.

On the cloud

We're still working on a deployment strategy that works for us. Stay tuned!

What's the stack used in this project?

Current version

1.0.0-alpha.1

What's missing for 1.0.0 final?