Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wrannaman/noco-example-output

Sample output from NoCo's code generator
https://github.com/wrannaman/noco-example-output

code-generation code-generator generator material-design material-ui mobx msql nextjs nextjs-boilerplate nextjs-starter nodejs postgres postresql react

Last synced: about 2 months ago
JSON representation

Sample output from NoCo's code generator

Awesome Lists containing this project

README

        

# You New API

- Hi there, here's your beautiful new api.

## Start

```js
npm install && npm run docs && npm run dev
```

## Test

```js
npm run test
```

## Swagger

visit [http://localhost:3030](http://localhost:3030) to see your docs!

## Build

docker build -t your_image:prod .

## Configs

your database connection is in *config.json*