Backend API from an application to save links with tags.
Built using NestJS starter.
git clone https://github.com/MarkNjunge/link-saver-backend.git
cd link-saver-backend
yarn install
cp .env.sample .env
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod