Skip to content

CybertronianKelvin/NestJS-fiver-clone

Repository files navigation

Description

Minimal Fiverr Clone API using NextJS.

Installation

$ yarn install

Running the app

# 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

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Stay in touch

  • Author - Kelvin Atawura

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published