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
- Host: GitHub
- URL: https://github.com/dochner/knowledge-base-api
- Owner: dochner
- License: mit
- Created: 2022-08-03T03:00:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T15:37:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T16:33:01.600Z (over 1 year ago)
- Topics: api, express, heroku, knowledge-base, nodejs
- Language: JavaScript
- Homepage: https://knowledge-base-dochner.herokuapp.com/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```