Quick Start
Get up and running with Bellamy Book in 5 minutes!
Step 1: Start Services
Using Docker (recommended): From the repo root, start infrastructure and services:
cd dockerLocalENV
docker compose up -d
Then run the apps locally (see Installation):
- Frontend:
cd Src/frontend && npm run local - Admin:
cd Src/admin && npm run local - Backend: Open in Rider and run with profile StartApp (or
dotnet run --project Src/backend/API)
Without Docker: Start PostgreSQL, MongoDB, Redis, then the Backend API, Frontend, and Admin as in the Installation guide.
Step 2: Create Your First Account
- Open the frontend application:
http://localhost:3000 - Click "Sign Up"
- Fill in your details:
- Password
- Full Name
- Username
Step 3: Create Your First Post
- After logging in, you'll see the feed
- Click on the "What's on your mind?" box
- Write your post content
- Optionally add images or videos
- Click "Post"
Step 4: Explore Features
- Add Friends: Search for users and send friend requests
- React to Posts: Click the like button or choose other reactions
- Comment: Leave comments on posts
- Share: Share posts with your network
- Create Stories: Share temporary stories
Step 5: Customize Your Profile
- Click on your profile picture
- Go to "Edit Profile"
- Add a profile picture
- Add a cover photo
- Update your bio and other details
Common Tasks
Send a Message
- Click the "Messages" icon
- Search for a friend
- Start a conversation
Create a Story
- Click "Create Story" at the top of your feed
- Upload a photo or video
- Add text or stickers
- Share with your network
Manage Notifications
- Click the notifications bell
- View all your notifications
- Mark as read or clear notifications
Next Steps
- Explore Features Documentation
- Check out Tutorials
- Read the API Reference