https://github.com/babanigit/express_typescript_doc
Created an Express API using MongoDB and TypeScript is a great way to build scalable and efficient backend applications.
https://github.com/babanigit/express_typescript_doc
api-rest express-js monogodb typescript
Last synced: 9 months ago
JSON representation
Created an Express API using MongoDB and TypeScript is a great way to build scalable and efficient backend applications.
- Host: GitHub
- URL: https://github.com/babanigit/express_typescript_doc
- Owner: babanigit
- Created: 2024-05-20T10:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T10:41:35.000Z (about 1 year ago)
- Last Synced: 2025-02-07T07:31:59.739Z (11 months ago)
- Topics: api-rest, express-js, monogodb, typescript
- Language: TypeScript
- Homepage: https://typescript-mocha-phi.vercel.app
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Documentation
# to create basic package.json
```
npm init -y
```
```
npx tsc --init
```