Skip to content

FlowerShaper/wiki-backend

Repository files navigation

Camellia Wiki - Backend

The magic behind the curtain.

Getting Started

Important

Please install .NET (Not .NET Framework) and MongoDB Community Server. Additionally, you may install MongoDB Compass.

To begin development and testing locally, please follow these steps in your terminal of choice:

  1. Clone the repo by running git clone https://github.com/FlowerShaper/wiki-backend.
  2. Go inside the newly cloned folder (cd wiki-backend).
  3. Run dotnet restore --project CamelliaWiki.Backend to install the packages.
  4. Great! Time for configuration by creating a config.json in the root directory.
    • Data Directory: Take the full path to the Wiki Articles and place it into the value with a key of data-dir.
    • Discord Bot Token: Obtain a bot's Discord Token from the Discord Developer Portal and place it into the value with a key of token.
  5. Finally, to run the backend, you'll need to run dotnet run --project CamelliaWiki.Backend. You can then access it at http://localhost:1984.

Additional Info

About

The background magic, managing all comments, articles and profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages