Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyApp

Simple Node.js + Express web app with three routes and Jest tests.

Usage

  1. Install dependencies
cd d:\myapp
npm install
  1. Run the app
npm start
# opens at http://localhost:3000
  1. Run tests
npm test

Docker

Build image:

docker build -t myapp:latest .

Run with docker-compose:

docker-compose up --build

Notes

  • The server exposes routes: /, /app1, /app2.
  • Tests use supertest and jest.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages