Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wrannaman/noco-example-output
- Owner: wrannaman
- Created: 2020-06-21T21:15:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T15:41:23.000Z (over 4 years ago)
- Last Synced: 2024-10-15T05:06:22.886Z (3 months ago)
- Topics: code-generation, code-generator, generator, material-design, material-ui, mobx, msql, nextjs, nextjs-boilerplate, nextjs-starter, nodejs, postgres, postresql, react
- Language: JavaScript
- Homepage: https://noco.io
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*