https://github.com/unlight/nestjs-sqlmancer-realworld-example-app
WIP. NestJS & SqlMancer realworld example app
https://github.com/unlight/nestjs-sqlmancer-realworld-example-app
Last synced: 7 months ago
JSON representation
WIP. NestJS & SqlMancer realworld example app
- Host: GitHub
- URL: https://github.com/unlight/nestjs-sqlmancer-realworld-example-app
- Owner: unlight
- Created: 2020-06-12T18:10:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T00:02:39.000Z (over 3 years ago)
- Last Synced: 2024-12-27T01:25:43.134Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 655 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work In Progress
# RealWorld Example App
> ### TypeGraphQL & Sqlmancer codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
### [Demo]()
This codebase was created to demonstrate a fully fledged fullstack application built with **TypeGraphQL & Sqlmancer** including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the **TypeGraphQL & Sqlmancer** community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.
## Getting started
```sh
npm ci
npm start:dev
```
## How it works
Application is written using TypeGraphQL & Sqlmancer...
### Project Structure
- `src` - Main application source code
## Resources
- [Backend API spec](https://github.com/gothinkster/realworld/tree/master/api)
- [Postman collection](https://github.com/gothinkster/realworld/blob/master/api/Conduit.postman_collection.json) that you can use to test your API endpoints as you build your app.