A vibrant social platform for food enthusiasts to share and rate their favorite dishes.
Explore PlateCritique Click Here»
https://platecritique.up.railway.app/
Table of Contents
PlateCritique is a full-stack CRUD web application designed for food lovers to share and critique dishes. Users can upload posts with detailed information including titles, food types, ratings (out of 5 stars), descriptions, and images. The platform is fully hosted online and aims to build a community where users can discover and share culinary delights.
- Rating System: Users can rate the food out of 5 stars.
- Post Creation: Users can create posts with detailed dish information and images.
- CRUD Operations: Easily create, read, update, and delete posts.
- Responsive Design: Fully responsive UI ensuring a seamless experience across devices.
- Live Deployment: Hosted on Railway for public access.
To get a local copy up and running, follow these simple steps.
Ensure you have the following installed:
- Node.js: Download and install Node.js
- MongoDB: Set up MongoDB
-
Clone the repository:
git clone https://github.com/Amyat103/PlateCritique.git
-
Navigate to the project directory and Install backend and dependencies:
cd platecritique cd backend npm install cd ../frontend npm install
-
Set up environment variables::
PORT=5000 MONGODB_URI=your_mongodb_connection_string
-
Start the backend server:
cd backend npm run dev
-
Start the frontend server:
cd ../frontend npm run dev
The application should now be running at http://localhost:5000 (or where you specified it).
PlateCritique is hosted on Railway. The application is automatically deployed whenever changes are pushed to the main branch. Environment variables are configured to ensure secure and smooth operation.
You can monitor the deployment status and manage the application directly from the Railway dashboard.
For feedback, questions, or suggestions, please reach out:
- Email: [email protected]
- Email: [email protected]
- LinkedIn: https://www.linkedin.com/in/davidmyat/
Feel free to connect and discuss any aspects of the project or to provide valuable feedback.
Fix CSS for BootStrap, maybe change to tailwind