https://github.com/stdevteam/gallery
https://github.com/stdevteam/gallery
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stdevteam/gallery
- Owner: stdevteam
- Created: 2016-06-10T06:46:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T12:41:54.000Z (about 4 years ago)
- Last Synced: 2025-03-13T15:18:09.219Z (over 1 year ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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