Skip to content

Commit

Permalink
Merge pull request #2 from mkopa/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mkopa authored Aug 29, 2023
2 parents 05c0a9a + 5d488a1 commit 10a35ea
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

[Nest](https://nestjs.com) & [React](https://react.dev) **To Do List** app with Node 18+, docker-compose, Postgres, TypeORM and Joi
**[NestJS](https://nestjs.com)** **Boilerplate** app with Node 18+, docker-compose, Postgres, TypeORM, Joi and GitHub Actions

### Endpoints:

Expand Down Expand Up @@ -81,9 +81,6 @@ $ npm run test:e2e
$ npm run test:cov
```

## Running the front-end
### work in progress

## License

[MIT licensed](LICENSE).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nestjs-todo-api",
"name": "nestjs-boilerplate",
"version": "0.0.1",
"description": "Nestjs todo app with postgres, typeorm and joi",
"description": "Nestjs boilerplate with postgres, typeorm and joi",
"author": "Marcin Kopa",
"license": "MIT",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed src/frontend/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Test, TestingModule } from '@nestjs/testing';
import { INestApplication } from '@nestjs/common';
import * as request from 'supertest';
import { AppModule } from '../src/backend/app.module';
import { AppModule } from '../src/app.module';

describe('AppController (e2e)', () => {
let app: INestApplication;
Expand Down

0 comments on commit 10a35ea

Please sign in to comment.