Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.42 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.42 KB

Description:

This project demonstrates a full-stack web application implementing CRUD (Create, Read, Update, Delete) operations for managing data. It utilizes Flask for the backend API and ReactJS for the frontend interface, showcasing your full-stack development skills.

Technologies:

  • Frontend: ReactJS
  • Backend: Flask
  • Database: SQLAlchemy

Key Features:

Implements CRUD functionality for a defined data model. Integrates with a user interface for data interaction. Employs an API for data persistence and manipulation. Getting Started:

Clone the repository:

git clone https://github.com/pakheria/Basic-Web-Application
cd Basic-Web-Application
pip install -r requirements.txt

Backend:

cd backend
python main.py
Use code with caution.

Frontend (development mode):

cd frontend
npm install
npm run dev

This will start the development server for the frontend, usually accessible at http://localhost:5000/.

Note:

This is a basic example, and the specific functionalities might vary depending on your implementation. Refer to the code within the frontend and backend folders for a detailed understanding of the application logic. Additional Notes:

Feel free to customize this description to include specific details about your project, such as screenshots, additional features, or deployment instructions.