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

https://github.com/madeindjs/locadb

Locadex API using Typescript and MongoDB
https://github.com/madeindjs/locadb

Last synced: about 1 year ago
JSON representation

Locadex API using Typescript and MongoDB

Awesome Lists containing this project

README

          

# LocaDB

Locadex API using Typescript and MongoDB

~~~bash
DATABASE_URL=mongodb://localhost:27017/node-express-mongodb-server npm run dev
~~~

## Links

- [Building RESTful Web APIs with Node.js, Express, MongoDB and TypeScript](https://itnext.io/building-restful-web-apis-with-node-js-express-mongodb-and-typescript-part-1-2-195bdaf129cf)
- [Setup MongoDB with Mongoose in Express](https://www.robinwieruch.de/mongodb-express-setup-tutorial/)
- [mongoosejs - Getting Started](https://mongoosejs.com/docs/index.html)
- [Starting with Authentication (A tutorial with Node.js and MongoDB)](https://medium.com/createdd-notes/starting-with-authentication-a-tutorial-with-node-js-and-mongodb-25d524ca0359)