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.
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
To begin the project locally:
-
Clone this project
-
Navigate to web-forum-frontend
-
Run npm install to download the dependencies
-
Set up your .env file with REACT_APP_BACKEND=http://localhost:8080
-
Navigate back to the root directory
-
Execute cd web-forum-back-end && docker-compose up -d
-
Then execute go run ./cmd/api && cd ../web-formum-front-end && npm start to start development build