IHIMEKPEN / mitochron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mitochron- Conference APIs

The APIs in this repo will be responsible for an app for talks at a conference.

Description

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

Stay in touch

License

Mitochron is MIT licensed.

Containerize App

# build image/put app in  container
docker build -t dredgreat/mitochron .
# run container
docker run -p 3001:3001 dredgreat/mitochron
#push to docker hub
docker push dredgreat/mitochron

Documentation

About

License:MIT License


Languages

Language:TypeScript 96.9%Language:JavaScript 2.0%Language:Dockerfile 1.1%