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

https://github.com/fsmaiorano/knowledge

Create and save articles categorized with authentication.
https://github.com/fsmaiorano/knowledge

bcrypt jwt-simple knex mongodb mongoose node-schedule nodejs passport postgresql typescript vue vue-router vuex

Last synced: 11 months ago
JSON representation

Create and save articles categorized with authentication.

Awesome Lists containing this project

README

          

# Knowledge

Create and save articles categorized with authentication.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

What things you need to install the software and how to install them

```
NodeJS, MongoDB, PostgreSQL
```

### Installing

A step by step series of examples that tell you how to get a development env running.

Access Frontend directory and Backend directory and execute:

```
$ yarn or npm install
```

```
In Postgree, create a database called: Knowledge
```

Start MongoDB and PostgreSQL

Start the Backend `$ yarn start`
Start the Front `$ yarn serve`

End with an example of getting some data out of the system or using it for a little demo