Friend Wave is a social media app designed to connect friends and share moments. This README provides basic information for running it in a development environment.
Friend Wave is built using the following technologies:
Note: Friend Wave is currently in development.
- Node.js
- npm
-
Clone the repository: git clone https://github.com/LawrenceY-B/friend-wave.git
-
Navigate to the project directory: cd friendwave
-
Install dependencies: npm install
-
Start the development server: npm run dev
Access Friend Wave at http://localhost:3000
.
- Feature 1: Follow and Unfollow ✅
- Feature 2: User Authentication (Auth0 and jwt) ✅
- Feature 3: Add Posts ✅
- Feature 4: Comments ✅
- Feature 5: Stories ✅
- Feature 6: Message ✅
- Feature 7: Real-time Messaging (working on it 😮💨)
- Email: [lawrencekybj@gmail.com]
- GitHub: LawrenceY-B