An open API service indexing awesome lists of open source software.

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.

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).