Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.58 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.58 KB

Project screenshot

Barta App

Why?

Barta App is a minimal and elegant social media platform. It is simple, easy to use, and user-friendly, allowing users to share their thoughts, ideas, and experiences with others.

Features

  • User authentication
  • User profile view and update
  • User can see the list of Barta of the users they follow and their own Barta on the home page
  • Barta create, edit and delete
  • Barta likes, dislikes and comments
  • Barta search and filter by tags
  • User can follow and unfollow other users
  • User can see the list of own Barta, followers and following in their profile page and many more features are on the way in development.

Tech used

How to run

Follow the instructions

  • Clone the repository
  • Run composer install
  • Run npm install && npm run dev
  • Copy the .env.example file to .env and configure your database
  • Run php artisan key:generate to generate the application key
  • Run php artisan migrate --seed to create the database tables and seed the database
  • Run php artisan serve to start the server and access the application

Inspiration

The UI of this project is largely inspired by GitHub.

Caution

This project is intended for experiment.

Contribution

Ideas and contributions are welcome! 🙌