Skip to content

Blog Api is a 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.

Notifications You must be signed in to change notification settings

InfiniteHelios/assessment-express-blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Blog Api

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 and start server via NPM

  • Install packages
npm install
  • Start server
npm start
  • Start server for development
npm run dev
  • Run unit testing
npm test

Install packages and start server via yarn

  • Install packages
yarn install
  • Start server
yarn start
  • Start server for development
yarn run dev
  • Run unit testing
yarn test

Deployment

This app is able to be deployed with Docker.

About

Blog Api is a 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published