Install PostgreSQL following the official instructions.
Run yarn
$ yarn install
Run codegen to generate TypeScript types
$ yarn generate
Run start
$ yarn start
Note that the server is using a common Cloudinary storage for uploading images. To change Cloudinary URL, please edit the .env
file.