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.
- 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.
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
The UI of this project is largely inspired by GitHub.
This project is intended for experiment.
Ideas and contributions are welcome! 🙌