https://github.com/mongodb-developer/mongodb-typescript-example
https://github.com/mongodb-developer/mongodb-typescript-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongodb-developer/mongodb-typescript-example
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2021-07-30T14:25:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T11:14:30.000Z (3 months ago)
- Last Synced: 2025-03-18T12:25:17.038Z (3 months ago)
- Language: TypeScript
- Size: 241 KB
- Stars: 36
- Watchers: 7
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Introduction
Welcome to this MongoDB and TypeScript sample project.
The aim of this project is to give you a working example of how you can use the power of MongoDB Atlas with TypeScript and Express to create modern web applications.## Branches
This repository has two branches 'main' and 'finish'.
- 'main' contains the boilerplate code to get you started, following the instructions in the companion blog post - [How to Use TypeScript with MongoDB Atlas](https://www.mongodb.com/compatibility/using-typescript-with-mongodb-tutorial).
- 'finish' contains a working example complete with CRUD operations and schema validation. This is how 'main' will look after following the tutorial. This also gives a working example for anyone looking for a final copy and not intending to follow the post.