https://github.com/nsylke/nextjs-discord-forum
Simple forum software built using Next.js with Discord's oauth authentication.
https://github.com/nsylke/nextjs-discord-forum
discord forum nextjs
Last synced: about 2 months ago
JSON representation
Simple forum software built using Next.js with Discord's oauth authentication.
- Host: GitHub
- URL: https://github.com/nsylke/nextjs-discord-forum
- Owner: nsylke
- License: apache-2.0
- Created: 2022-02-28T22:27:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T22:35:01.000Z (over 3 years ago)
- Last Synced: 2025-02-10T13:34:54.037Z (4 months ago)
- Topics: discord, forum, nextjs
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Forum
This is a simple Forum software built using Next.js with Discord's OAuth for authentication.
## Getting Started
This section provides a quick-start guide.
### Prerequisites
- Node.js
- MongoDB### Installation
- Ensure prerequisites are installed
- Clone the repository, by doing `git clone [email protected]:nsylke/nextjs-discord-forum.git`
- Install dependencies, by doing `yarn`
- Copy the `.env.example` file to `.env` and fill out the missing values.
- Run the server, by doing `yarn dev`## License
This project is licensed under the [Apache-2.0 license](LICENSE).