Implementation of NextJS - Go - GraphQL - MongoDB in Anime & Manga List Web App
- User Register and Login
- Anime & Manga List
- Anime & Manga Review
- Fully Authenticated App with JWT
- Docker
- Navigate to the backend directory
cd back-go
- Copy the .env.example to .env file and change the variables according to your values
cp .env.example .env
- Run inside the app inside docker container
docker-compose up --build
- Access the app on http://localhost:8080
- Golang
- MongoDB
- Navigate to the backend directory
cd back-go
- Copy the .env.example to .env file and change the variables according to your values
cp .env.example .env
- Start the MongoDB
sudo systemctl start mongod
- Run the app on local
go run server.go
- Access the app on http://localhost:8080