PostAPic
⭐ 1 stars
🔗 Quick Links
📊 Project Details
- Primary Language: TypeScript
- Languages Used: TypeScript, PHP, CSS, HTML, Dockerfile, Shell
- License: None
- Created: March 12, 2023
- Last Updated: June 07, 2023
📝 About
PostAPic
A small website using php for the backend and react for the frontend
Running The Project
Run docker-compose up -d in the base directory to run the backend (run docker-compose build before your first run). Use cd frontend in another terminal to go to the frontend directory and then run npm start for a frontend dev server. You will need to run npm install the first time this