Minimal Fiverr Clone API using NextJS.
$ yarn install
# development
$ yarn run start
API Url: http://localhost:3000/
Docs Url: http://localhost:3000/api/
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# seed users data
$ yarn run seed:users
# seed gigs data
$ yarn run seed:gigs
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
- Author - Kelvin Atawura