backend of recruitment system for Unique Studio
Node.js+TypeScriptPostgres+TypeormNest+ExpressSocket.IOJWTfor authentication
Please run yarn start to generate the documentation, then visit /api.
- export data from mongo
mongoexport --uri="uri://to/recruitment" --jsonArray --collection=candidates --out=candidates.json
mongoexport --uri="uri://to/recruitment" --jsonArray --collection=recruitments --out=recruitments.json
mongoexport --uri="uri://to/recruitment" --jsonArray --collection=users --out=users.json- move these jsons to
./backup - run
yarn migrate