https://github.com/omarmakled/innoscripta-back
rest-api with syfmony and vuejs2
https://github.com/omarmakled/innoscripta-back
api bootstrap4 doctrine symfony3 testing vuejs2 webpack
Last synced: 6 months ago
JSON representation
rest-api with syfmony and vuejs2
- Host: GitHub
- URL: https://github.com/omarmakled/innoscripta-back
- Owner: OmarMakled
- Created: 2019-03-03T11:42:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T12:31:00.000Z (over 7 years ago)
- Last Synced: 2025-03-16T12:15:31.609Z (over 1 year ago)
- Topics: api, bootstrap4, doctrine, symfony3, testing, vuejs2, webpack
- Language: CSS
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Front


## Project setup & running
```
git clone git@github.com:OmarMakled/innoscripta-back.git
cd innoscripta-back
composer install
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
php bin/console doctrine:fixtures:load
php bin/console server:start
```
## Testing
```
vendor/bin/simple-phpunit
```
[front-end](https://github.com/OmarMakled/innoscripta-front/)
Happy Coding ♥ !