- Pocamon
- YYY
- ZZZ
- Install Node.js
- Install Yarn
- Install Docker
- clone this repo locally
- run
cd apps/api
to go to API folder - run
yarn install
to install all dependencies - run
yarn db:start
to start postgres DB - run
yarn db:migrate
to set up DB - run
yarn dev
to start developing
To run tests, you simply need to run yarn test
To prepare a build for deployment, you need to run yarn build
.
All compilation assets are located in /dist
.
After deploying /dist
, you simply need to run yarn start
yarn add pokenode-ts
: Integrate the app with the PokéAPI (Source : https://github.com/Gabb-c/pokenode-ts)