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

https://github.com/dochner/knowledge-base-api

A backend service built with express to mantain my own knowledge base web application
https://github.com/dochner/knowledge-base-api

api express heroku knowledge-base nodejs

Last synced: 2 months ago
JSON representation

A backend service built with express to mantain my own knowledge base web application

Awesome Lists containing this project

README

          

# Knowledge Base

-------

The Knowledge base api is a simple api for storing and retrieving knowledges. That API is built for studies purposes and to be used with the [Knowledge Base](https://dochner.github.io/knowledge-base/) - Under Construction.

## Features

- NodeJs;
- express
- MongoDB and Mongoose;

## Installation

```bash
npm install
```

## Usage

> Before running set the enviroment variables `MONGO_USER`, `MONGO_PASSWORD`, `MONGO_CLUSTER` to connect with the Atlas MongoDB Server.

```bash
npm run dev
```