A blog with a front-end in react and a back-end in pure PHP, using docker.
- ViteJs
- TypeScript
- Tailwindcss
- Docker
- PHP
You can create an account or login to another one, once logged in you can post a blog entry.
You need to had docker installed
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)
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)