https://github.com/sky3d/wb-project
Project-R
https://github.com/sky3d/wb-project
Last synced: over 1 year ago
JSON representation
Project-R
- Host: GitHub
- URL: https://github.com/sky3d/wb-project
- Owner: sky3d
- Created: 2021-11-15T13:12:47.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-24T21:54:42.000Z (over 2 years ago)
- Last Synced: 2024-10-19T12:17:46.792Z (over 1 year ago)
- Language: TypeScript
- Size: 13.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WB-Project

[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 `