Welcome to the ASYNC Social Media App! This application allows users to connect with friends, and engage in social networking.
- User authentication: Sign up, log in, and log out securely.
- Post updates: Share text and multimedia content with your friends.
- Friend connections: Connect with other users and view their updates.
- Notifications: Receive notifications for new friend requests and updates.
Before you begin, ensure you have the following installed:
- Node.js: Download Node.js
-
Clone the repository:
git clone https://github.com/Grup-2-Project/FE-Sosmed.git
-
Navigate to the project directory:
cd FE-Sosmed -
Navigate to the project directory:
npm install -
Navigate to the project directory: Set up environment variables: Create a .env file in the root of the project and configure the following:
VITE_BASE_URL = "Link Backend" -
Start the application:
npm run dev