Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuxboy/powerlinksv2
La version de PowerLinks refait avec Symfony
https://github.com/tuxboy/powerlinksv2
doctrine javascript php symfony typescript
Last synced: about 6 hours ago
JSON representation
La version de PowerLinks refait avec Symfony
- Host: GitHub
- URL: https://github.com/tuxboy/powerlinksv2
- Owner: TuxBoy
- Created: 2020-05-14T20:32:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:19:34.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T12:30:02.408Z (over 1 year ago)
- Topics: doctrine, javascript, php, symfony, typescript
- Language: JavaScript
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerLinks
[![Build Status](https://travis-ci.org/TuxBoy/PowerLinksV2.svg?branch=master)](https://travis-ci.org/TuxBoy/PowerLinksV2)
PowerLinks est un site qui permet d'ajouter et de gérer des liens de divers sites externes liés au développement web
ou technologie de l'informatique.## Prérequis
- Docker
- Docker compose
- Yarn## Démarrer
Lancer l'environnement de développement sous Docker :
```bash
$ docker-compose up -d
```Pour la compilation des JS/CSS :
- Installer avant les dépendances pour le JS :
```bash
$ yarn
```- Lancer le serveur :
```bash
$ yarn run dev-server
```## Lancer les tests
```bash
$ docker-compose run php ./vendor/bin/phpunit
```## Technologies utilisées
### Backend
- Symfony 5.1 / PHP 7.4
- MariaDB### Frontend
- SCSS
- Javascript / Typescript (Custum elements)