Skip to content

koladev32/nestjs-docker-api

Repository files navigation

A simple REST API with NestJS, Docker and MongoDB

To start the project, create an .env file at the root of the project. If you are using Docker, use the following configurations.

APP_PORT=3000
MONGODB_URL=mongodb://mongodb:27017/Restaurant

If you directly using your working machine and MongoDB installed on your machine

APP_PORT=3000
MONGODB_URL=mongodb://localhost:27017/Restaurant

You can start the project using the following command

yarn start:dev

or just spin the Docker containers:

docker-compose up --build -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages