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.
- Host: GitHub
- URL: https://github.com/fsmaiorano/knowledge
- Owner: fsmaiorano
- License: mit
- Created: 2018-12-19T19:15:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T19:17:21.000Z (about 7 years ago)
- Last Synced: 2025-02-15T00:23:26.166Z (about 1 year ago)
- Topics: bcrypt, jwt-simple, knex, mongodb, mongoose, node-schedule, nodejs, passport, postgresql, typescript, vue, vue-router, vuex
- Language: Vue
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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