This app is class-based server developed by using Express.js and TypeScript. The unit testing part is using Jest library with mocking the axios library because this app is using external apis to fetch data.
- Install packages
npm install
- Start server
npm start
- Start server for development
npm run dev
- Run unit testing
npm test
- Install packages
yarn install
- Start server
yarn start
- Start server for development
yarn run dev
- Run unit testing
yarn test
This app is able to be deployed with Docker.