Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DevBits

## Goal: Create an X and LinkedIn crossover for posting real content about your projects, semi-formally
An for developers to share their projects.

Goal: Create an X and LinkedIn crossover for posting real content about your projects, semi-formally

### Outline

Expand All @@ -16,10 +18,10 @@ Some quirky names for things (frontend only)

### Tech Stack

- Backend/API in Go, Elixir/Scala if need big data processing
- Frontend: ReactNative and Expo
- Database: PostgreSQL or MySQL
- Host: On AWS, full system design pending
- Backend/API in Go using Gin framework
- Frontend: ReactNative (iOS and Android)
- Database: PostgreSQL
- Host: AWS ec2 for backend, AWS RDS for PostgreSQL

## Local Development

Expand Down
Loading