Git Product home page Git Product logo

symfony_trips's Introduction

Trips Symfony

Trips Symfony is a platform developed using PHP and Symfony used to manage a specific domain about travels and activities, storing all the information related to the activity locations and places (as hotels, restaurants, clubs, monuments).

1. Requirements

This project is being build using Symfony 5.2.5 version and requires Php 7.4.X.

This project is ready to set up a MySQL database by filling those environment variables.

DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

2. Initialize Database

Run the following command to load database struct from last migration:

php bin/console doctrine:migrations:migrate 'DoctrineMigrations\Version20200910165818'

If you want to remove use this:

php bin/console doctrine:migrations:execute --down 'DoctrineMigrations\Version20200910165818'

Then load default data through Doctrine Fixtures using the following command:

php bin/console doctrine:fixtures:load

3. Author Rights

  • UI has been developed using SB Admin template.

symfony_trips's People

Contributors

ribeirohugo avatar

symfony_trips's Issues

Dockerfiles

Dockerfiles creation with all the settings to easily install and run this web application in docker.

Project refactoring to a stable version

Goals:

  • Add migrations.
  • Add fixtures.
  • Update relational modal.
  • Add new constructors to entities.
  • Remove unused dependencies.
  • Remove unused config files.
  • Improve frontend code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.