A Forum is a place for everyone to discuss some topic, this project is an implementation of an API for online forums with Clean Architecture. The features consist of Thread, Comment, Reply, and Like. This project is a part of the submission to complete the Back-End Developer Expert Course from Dicoding.
- Node.js 14.17.x+
- PostgreSQL 14+
# clone if you don't have the code base
$ git clone https://github.com/dhichii/forum-api.git
# or
$ git clone git@github.com:dhichii/forum-api.git
# copy the env variable template and adjust your env configuration
$ cp .env.example .env
# install the dependencies
$ npm install
# run server
$ npm run start