Skip to content

MariOlya/read-me

Repository files navigation

readme

readme: blog as it should be

study project by Olga Marinina


The service gives users the opportunity to publish posts on their blog. The main feature of the service is the post format. When publishing, the user selects one of the five available post formats. This posting format is a cross between microblogging and full-blown, large blog posts.

Depending on the selected format, the user's post is formatted in a special way.

The basis html, css, js were provided by online school 'HTML Academy', you can see their technical task in TODO.md (but only RU).

Getting Started

Since I'm using complete docker environment by Kévin Dunglas here you should follow the recommendation to install:

  1. If not already done, install Docker Compose (v2.10+)
  2. Run docker compose build --pull --no-cache to build fresh images
  3. Run docker compose up (the logs will be displayed in the current shell)
  4. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run docker compose down --remove-orphans to stop the Docker containers.

To add all our composer dependencies, run docker-compose run --rm php composer install.

Migrations

Just run docker-compose run --rm php bin/console doctrine:migrations:migrate.

Fixtures

To add our prepared fake data, please, run docker-compose run --rm php bin/console doctrine:fixtures:load.

About

My personal project with Symfony and PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors