Skip to content

Commit 31d9b27

Browse files
committed
Readme
1 parent 410f2b2 commit 31d9b27

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# rest-nestjs-postgres
2-
CrudJS implemented as a REST API, using Nest and Postgres
1+
<img src="https://raw.githubusercontent.com/crudjs/rest-nestjs-postgres/master/resources/readme-header.jpg" width="100%" max-width="720px">
2+
3+
# CrudJS + Nest.js + Postgres + TypeORM
4+
The CrudJS project implemented as a REST API, using Nest.js and Postgres.
5+
6+
## What's this CrudJS thing?
7+
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.
8+
9+
You can learn more about the project at [our parent repository](https://github.com/crudjs/crudjs).
10+
11+
## What's the stack used in this project?
12+
- **[Nest.js](https://nestjs.com/)** is a [TypeScript](https://www.typescriptlang.org/)-based Node.js API framework. It looks like if Angular and Express got physical. It's pretty knew and a bit rough around the edges, but [Kamil Myśliwiec](https://github.com/kamilmysliwiec) is doing an awesome job maintaining it.
13+
- **[Postgres](https://www.postgresql.org/)** is a very well know Open Source relational database.
14+
- **[TypeORM](https://typeorm.io/)** is an ORM built on [TypeScript](https://www.typescriptlang.org/), so it makes it a natural choice for Nest.js projects.
15+
- **[Jest](https://facebook.github.io/jest/)** is a testing platform from Facebook Code. It's easy to configure and provides out-of-the-box mocking and code coverage reporting.
16+
17+
## Current version
18+
### 1.0.0-alpha.1
19+
*What's missing for 1.0.0 final?*
20+
- Unit tests with mocked up dependencies.
21+
- Secured POST & DELETE endpoints (other that /entries.)
22+
- Swagger definition generated from code.

0 commit comments

Comments
 (0)