Skip to content

davidwr/druido_forum_app_api

Repository files navigation

Druido Forum API

A simple forum API.

Getting Started

  • First git clone the project or download it.
  • Install NodeJS on your machine.
  • Install Postgres SQL 10.
  • Open a terminal/cmd as Administrator and call npm install.
  • Create a postgres empty database with name: druido
  • In project root folder, rename the config.sample.json to config.json
  • Now open the config.json and configure with your e-mail, host, port and database.
  • Run the command npm run db:migrate to execute the tables and inserts.
  • After all this, now execute npm start.

Prerequisites

  • Node JS v8.9.4
  • Postgres SQL 10

Using the API

Routes documentation: https://documenter.getpostman.com/view/3752218/druido-forum-app/RVfyApJL

About

A simple forum API. (Node JS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published