Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca authored Jan 23, 2024
1 parent cabab75 commit dd92835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Easy to learn and use TypeScript Express.js server with REST, GraphQL, and MongoDB using [Minimal MEAN](https://github.com/duluca/minimal-mean) for [Lemon Mart](https://github.com/duluca/lemon-mart)

![Angular Version](https://img.shields.io/badge/angular-v16-326839)
![Angular Version](https://img.shields.io/badge/angular-v17-326839)
[![CircleCI](https://circleci.com/gh/duluca/lemon-mart-server/tree/main.svg?style=svg)](https://circleci.com/gh/duluca/lemon-mart-server/tree/main)
[![DeepScan grade](https://deepscan.io/api/teams/1906/projects/7949/branches/88772/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=1906&pid=7949&bid=88772)
[![Coverage Status](https://coveralls.io/repos/github/duluca/lemon-mart-server/badge.svg?branch=main)](https://coveralls.io/github/duluca/lemon-mart-server?branch=main)
Expand All @@ -11,7 +11,7 @@ Easy to learn and use TypeScript Express.js server with REST, GraphQL, and Mongo

**Watch the video:** [Do More with Less: Full Stack TypeScript](https://youtu.be/gi1neXh0uKE?list=PLtevgo7IoQizTQdXtRKEXGguTQbL0F01_)

**Get the book:** Lemon Mart Server is covered in my book _Angular for Enterprise-Ready Web Applications_. You can get it on https://AngularForEnterprise.com.
**Get the book:** Lemon Mart Server is covered in my book _Angular for Enterprise Applications_. You can get it at [AngularForEnterprise.com](https://AngularForEnterprise.com).

## Setup

Expand All @@ -37,7 +37,7 @@ MONGODB_APPLICATION_PASS=app_password
MONGO_URI=uri_to_mongodb
```

- See more details about the MongoDB Docker container at [excellalabs/mongo](https://github.com/excellalabs/mongo-docker), which also contains instructions on how to set things up on AWS ECS.
- See more details about the MongoDB Docker container at [duluca/minimal-mongo](https://github.com/duluca/minimal-mongo), which also contains instructions on how to set things up on AWS ECS.

> In your server application, use the application information to connect to the database.
> Sample connection URI: `mongodb://app_user:app_password@localhost:27017/app_db_name?readPreference=primary`
Expand Down

0 comments on commit dd92835

Please sign in to comment.