Tech Stack
- Next.js
- React.js
- Django REST Framework (for backend)
Features:
- SignIn/ SignUp
- Create Posts
- Like, Comment and delete Posts
- View other users profile
- Update Profile Photo
- Follow and unfollow other users
- Reset Password
- View all Posts
- Search for users
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Start the backend server at post 8000
Link to backend repository
Authentication implemented using Token based Authentication