An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Documentation

# to create basic package.json
```
npm init -y
```

```
npx tsc --init
```