Skip to content

metasmash/boilerplate-node-ts

Repository files navigation

Basic API boilerplate


If you want to build your api with docker

docker build --no-cache -t example-api .

For development purpose:

Start all your containers:

docker-compose --env-file ./configs/example.env up -d

Install dependencies:

npm i

Start your api:

npm run dev


Running apps and ports:

Service URL USAGE
API http://localhost:8080 Express server
API documentation http://localhost:8080/docs Swagger documentation to directly use API call
Mongo express client http://localhost:8081 Mongo express client

Credentials:

If you want to know username/password for Mongo client, check configs/example.env file.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published