Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 571 Bytes

File metadata and controls

42 lines (30 loc) · 571 Bytes

Blog Post API

Description

Code base for User Signup, Login, Writing & Publishing Articles, Adding Comment and related features.

Requirements

Package Version
PHP 7.4.3
MySQL mysql
Apache Apache/2.4.46 (Ubuntu)
Symphony 5.4

Local setup

$ git clone {REPOSITORY_URL}
$ cd blog-post-api

On first run :

$ make install

On next runs :

$ make start

Run phpunit tests

$ make test
$ make specs

Glance at the Console UI

Image