Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

DestCom-Student-Projects/LOGGERZ-BLOG

Repository files navigation

LOGGERZ - A react blog with php backend on docker

A blog with a front-end in react and a back-end in pure PHP, using docker.

Build with

  • ViteJs
  • TypeScript
  • Tailwindcss
  • Docker
  • PHP

Features

You can create an account or login to another one, once logged in you can post a blog entry.

Installation

You need to had docker installed

Developement mode

Simply do a npm start at the root of the project
(This will launch a development environment, you can access the frontend on port 3000, and the backend on port 2345)

Production mode

Simply do a npm run build at the root of the project
(This will launch a production environment, to access the application please go to http://localhost:2345)

About

A blog with a front-end in react and a back-end in pure PHP, using docker

Topics

Resources

Stars

Watchers

Forks