Skip to content

MrFirases/ImageManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images Management Application

A Symfony project for stock management system to keep information about image and license. There are two type of users: Administraor, who care about creating new image, update and delete it, also he have the ability to manage users, update or delete them, and change their roles. Simple User, who can only visualize the list of stored images, search or sort the images list, and show their details.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing

A step by step series of examples that tell you have to get the project running.

After downloading the project and acceding to its directory, run this command to install all required files with composer.

composer update

After that, it will ask you to fill some information like database name, username, password...

Then, run thess commands to create database and tables.

php bin/console doctrine:database:create

php bin/console doctrine:schema:update --force

Running the project

Just run this command

php bin/console server:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published