Skip to content

Octa476/My_Friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My Friends List πŸš€

Build a Friend List App with Python(Flask) and JavaScript(React) for Romanian speakers.

Table of Contents

  • βš™οΈ Tech Stack: Python, React, SQLite, SQLAlchemy, Flask, Chakra UI
  • βœ… CRUD Functionality: Seamlessly create, read, update, and delete friends from your store.
  • πŸ”’ Best Practices: Utilizes best practices such as creating virtual environments (venv) for a clean and isolated development environment.
  • 🎨 Stylish UI Components: Enhanced user experience with stylish UI components provided by Chakra UI.
  • πŸŒ“ Light and Dark Mode: Enjoy a personalized user interface experience with light and dark mode options.
  • πŸ“± Responsive Design: The app is designed to adapt to various screen sizes, ensuring a consistent experience across devices.

Run the App Locally

  1. Clone the repository:
git clone https://github.com/Octa476/My_Friends.git
  1. Navigate to the project directory:
cd My_Friends
  1. Navigate to the backend directory:
cd backend
  1. Create a virtual environment:
  • On macOS and Linux:
python3 -m venv venv
  • On Windows:
python -m venv venv
  1. Activate the virtual environment:
  • On macOS and Linux:
source venv/bin/activate
  • On Windows:
venv\Scripts\activate
  1. Install the dependencies:
  • On macOS and Linux:
pip3 install -r requirements.txt
  • On Windows:
pip install -r requirements.txt
  1. Navigate to the frontend directory:
cd ../frontend
  1. Install the dependencies:
npm install
  1. Build the frontend:
npm run build
  1. Navigate to the backend directory:
cd ../backend
  1. Run the Flask app:
flask run
  1. Open your browser and go to http://localhost:5000/ to view the app.

About

A website where you can serach awesome dishes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •