Skip to content

This project showcases a full-stack web application using CRUD (Create, Read, Update, Delete) operations to manage contacts. It utilizes Flask for the backend API and ReactJS for the interactive frontend. This project serves as a demonstration of full-stack development skills, integrating both front-end and back-end components.

Notifications You must be signed in to change notification settings

Pakheria/Basic-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project showcases a full-stack web application using CRUD (Create, Read, Update, Delete) operations to manage contacts. It utilizes Flask for the backend API and ReactJS for the interactive frontend. This project serves as a demonstration of full-stack development skills, integrating both front-end and back-end components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published