Skip to content

Sbleut/bilemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badge Codacy

Codacy Badge

Requirements

PHP 8.1
Composer 2.2.12
npm 9.5.1
Symfony 6.3
symfony cli (optional)
mysql 5.7.36

Git Clone

In the repository you want to start your projec/app clone the git repository.

git clone https://github.com/Sbleut/bilemo.git

Database configuration

In the .env file, change the line corresponding to the corresponding Database, in this case the mysql line.

DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7

Database Creation

In Terminal launch following commands

symfony console doctrine:database:create

It will specify if DB has bean created

symfony console doctrine:migrations:migrate

symfony console doctrine:fixtures:load

About

OPCR api project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors