Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-gordon/node-express-basic-api
A very small Node API built to interface with a MongoDB instance. Has full crud functionality
https://github.com/ryan-gordon/node-express-basic-api
api basic example express node typescript
Last synced: 25 days ago
JSON representation
A very small Node API built to interface with a MongoDB instance. Has full crud functionality
- Host: GitHub
- URL: https://github.com/ryan-gordon/node-express-basic-api
- Owner: Ryan-Gordon
- Created: 2018-06-06T21:51:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T22:00:44.000Z (over 6 years ago)
- Last Synced: 2024-06-12T02:22:19.002Z (5 months ago)
- Topics: api, basic, example, express, node, typescript
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express-basic-api
A very small Node API built to interface with a MongoDB instance. Has full crud functionality.
# Installation:
You will need some Mongo URL to connect to; in this repo a localhost url is used.
install any dependancies using :
```
npm install
```You can then run the project with :
```
npm run dev
```
Not intended for use in production. Source of the [articles used to learn](https://itnext.io/building-restful-web-apis-with-node-js-express-mongodb-and-typescript-part-1-2-195bdaf129cf).