Skip to content

mannyOaks/bootcamp-test

Repository files navigation

Test API

API made with typescript using the NestJS framework

Prerequisits

This API needs the following sofware to be installed:

Installation and Running

  1. Install dependencies with npm:

    npm install
    
  2. Create .env file

    npm run env:create
    
    • Assigning values to empty variables is required
  3. Create Database and insert Dummy data

    npm run db:create
    
  4. Running the app

    # development
    npm run start
    
    # watch mode
    npm run start:dev
    

Testing

# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published