RayNjeri / DocHut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

DocHut

A RESTful API for DocHut

#Technologies#

Node.js

npm or Yarn package manager

Express.js

PostgreSQL

React

Redux

#Installation#

Ensure you have Node, npm or Yarn and PostgreSQL installed

Clone this repository $ git clone... https://github.com/RayNjeri/DocHut

Navigate to the project folder cd DocHut

Install API npm install or yarn install to install all the dependancies

Set database variables in server/config/Config.json

Set a secret key in a .env file eg SECRET=iwillnotrememberthis

Run the app npm run start:dev

#Tests# run npm test

About


Languages

Language:JavaScript 84.2%Language:HTML 13.4%Language:API Blueprint 1.4%Language:CSS 1.0%