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
- Host: GitHub
- URL: https://github.com/madeindjs/locadb
- Owner: madeindjs
- Archived: true
- Created: 2019-05-18T22:47:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T10:34:56.000Z (about 7 years ago)
- Last Synced: 2025-02-05T21:41:46.527Z (over 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)