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

https://github.com/sky3d/wb-project

Project-R
https://github.com/sky3d/wb-project

Last synced: over 1 year ago
JSON representation

Project-R

Awesome Lists containing this project

README

          

# WB-Project

![Develop Build Status](https://github.com/sky3d/wb-project/actions/workflows/push-pr-develop.yml/badge.svg?branch=develop)

[Server API](https://github.com/sky3d/wb-project/blob/develop/server/README.md)

## How to run

first lunch envioroment

`yarn env:up`

then compile server and run
`yarn compile`
`yarn dev`

### Server

build `yarn build:server` or `yarn:compile`

start `yarn start:server` or `yarn dev`

## Migrations

yarn env:up
yarn compile
yarn dev

Make models changes

yarn compile

Then generate migration
`yarn migration:generate -n `

Create migration
`yarn migration:create -n `