- Threads and posts
- Categories
- Profiles
- Infinite scroll
- Real-time updates
- Notifications
Go, React, Redux, Webpack, Bootstrap, JWT, RESTful API, WebSocket, PostgreSQL
Write down PostgreSQL details, JWT signing secret, and port to ./api/config.json
.
Write API URL to build.sh
"export API_URL=" line.
Make sure you have Go and NPM installed.
Run build.sh
and then run ./build/api
.
Write API URL to line 7 of Dockerfile, as an ENV directive.
Change EXPOSE-d port at line 18 to match the one specified in config.json
.
Build the image.