Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).