An open API service indexing awesome lists of open source software.

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

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.