klavenjones / seekr-backend-v2

Backend of Version 2 of Seekr Job Application Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

This is version two of the Seekr Application backend.

Bootstrapped with the Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Formatting

# linting
$ npm run lint

# Prettier checks
$ npm run prettier:check

# Format project with prettier
$ npm run prettier:write

Running all application checks

# This will run most of the commands above,
# this will run tests, lint checks, format checks and then the build command.
$ npm run test-all

About

Backend of Version 2 of Seekr Job Application Tracker


Languages

Language:TypeScript 95.7%Language:Shell 2.9%Language:JavaScript 1.4%