https://github.com/atreib/nodejs-mongodb
Example API using Node.js with Typescript, Express, MongoDB (Mongoose), Dotenv, and Docker-compose.
https://github.com/atreib/nodejs-mongodb
docker-compose dotenv express mongodb mongoose nodejs typescript
Last synced: 2 months ago
JSON representation
Example API using Node.js with Typescript, Express, MongoDB (Mongoose), Dotenv, and Docker-compose.
- Host: GitHub
- URL: https://github.com/atreib/nodejs-mongodb
- Owner: atreib
- Created: 2022-03-14T22:24:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T11:40:10.000Z (over 4 years ago)
- Last Synced: 2025-02-28T01:24:52.570Z (over 1 year ago)
- Topics: docker-compose, dotenv, express, mongodb, mongoose, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js + MongoDB
This is a study project of Node.js with MongoDB, through the Mongoose library.
We're using [docker-compose](https://docs.docker.com/compose/) to manage our infrastructure (as database and other services). After installing docker-compose in your machine, just run `docker-compose up -d` to set up everything.
Don't forget to set your `.env` file. You can duplicate the `.env.example` file. If you won't change anything in the `docker-compose.yaml`, then you won't need to change anything in the `.env` file as well.