This branch is for the backgrouond scripts mainly for the translation.
Please don't merge this branch into main branch or other API development branch.
Thank you!
- add to
~/.profilenode envexport NODENV=development - copy 'credentials.example' folder as 'credentials' and update credentials.
- add bridge network
docker network create --driver bridge shoclef_bridge
- install
migrate-mongoosegloballynpm install -g migrate-mongoose - run migrations
migrate up(local use) ornpm run migrate-up(this command use on the stage and prod servers)