Skip to content
/ done2 Public

Done2, pronounced 'Done Squared', is a play on the common question PM asks "But is it 'done done'?"

Notifications You must be signed in to change notification settings

mrose15/done2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Architecture

API directory

API uses:

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

Front-end directory

Front-end uses:

Installation

$ npm install

Running the app

# watch mode
$ npm run dev

# production mode
$ npm run build

About

Done2, pronounced 'Done Squared', is a play on the common question PM asks "But is it 'done done'?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published