================
Render link: https://full-stack-crud-application-se3r.onrender.com/
Vercel Link: https://full-stack-crud-application-git-main-ghufranbarchas-projects.vercel.app/
If you have trouble login into the app use below details
- Email: Guruwala2609@gmail.com
- Password : GuruWala609@
This is a full-stack crud application built using Flask as the backend framework and React as the frontend framework. The application allows users to browse products, add them to cart, and checkout.
- Backend: Flask, SQLAlchemy
- Frontend: React, React Router, Bootstrap
- Database: SQLite
- Login Authentication : Firebase
- Clone the repository:
git clone GhufranBarcha/Full-stack-Crud-Application
- Install the required packages:
pip install -r requirements.txt
in Backend folder - Run
npm install
andnpm run build
and the go the backend folder and then runflask run
- Start the backend and frontend server:
python app.py
in backend andnpm run dev
on frontend folder.
GET /products
: Get all productsGET /products/:id
: Get a product by IDPOST /products
: Create a new productPUT /products/:id
: Update a productDELETE /products/:id
: Delete a product
If you encounter any issues while setting up or running the application, please check the following:
- Make sure you have the required packages installed.
- Check the database connection settings.
- Verify that the backend and frontend servers are running correctly.