Skip to content

dhichii/forum-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forum API

About The Project

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.

Getting Started

Prerequisites

  • Node.js 14.17.x+
  • PostgreSQL 14+

Installation or Configure

# 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

About

A Forum REST API to posting a thread and discuss about it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published