A simple forum API.
- 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
toconfig.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
.
- Node JS v8.9.4
- Postgres SQL 10
Routes documentation: https://documenter.getpostman.com/view/3752218/druido-forum-app/RVfyApJL