A Node, Express and Mongo based bakend project which covers following features:
- Create a user account
- Get user by username
- Follow a specific user
- Get list of followers for specific user
- Get list of user the specific user is following
- Unfollow a specific user
Run app using Docker
docker run --rm -p 5000:5000 -d omaximani/social-media-app