https://github.com/lsyurea/web-forum
Web forum designed built with Go server aimed to encourage interactions amongst fellow introverts who are anime fans as well.
https://github.com/lsyurea/web-forum
golang postgresql react
Last synced: 3 months ago
JSON representation
Web forum designed built with Go server aimed to encourage interactions amongst fellow introverts who are anime fans as well.
- Host: GitHub
- URL: https://github.com/lsyurea/web-forum
- Owner: lsyurea
- License: mit
- Created: 2022-12-10T16:29:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T14:51:50.000Z (over 2 years ago)
- Last Synced: 2025-02-27T02:53:09.319Z (over 1 year ago)
- Topics: golang, postgresql, react
- Language: Go
- Homepage:
- Size: 4.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weebs - A one stop web forum for anime fanatics
## How the application looks like

## Motivation
This project is a web forum for anime fanatics. It is a place where anime fanatics can come together and discuss about their favorite anime. It is the perfect place for anime fanatics to share their thoughts and opinions under one roof.
## Features
User can:
- Create an account
- Log in
- Create a post
- Comment on a post
- Like a post
- View all posts
- View the posts that they have created
## Setup
To begin the project locally:
1. Clone this project
2. Navigate to web-forum-frontend
3. Run npm install to download the dependencies
4. Set up your .env file with REACT_APP_BACKEND=http://localhost:8080
5. Navigate back to the root directory
6. Execute cd web-forum-back-end && docker-compose up -d
7. Then execute go run ./cmd/api && cd ../web-formum-front-end && npm start to start development build