An open API service indexing awesome lists of open source software.

https://github.com/stdevteam/gallery


https://github.com/stdevteam/gallery

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

GALLERY
=======

-----------------
Development setup
-----------------

Installing dependencies

$ cd /gallery/
$ composer update

Creating the Database Tables/Schema

$ cd /gallery/
$ php bin/console doctrine:schema:update --force

Running the development test server

$ cd /gallery/
$ php bin/console server:run

Check in browser via http://localhost:8000/ link