Reichan API is an ASP.NET-based API inspired by 4chan. It provides a platform for users to interact with discussion boards and manage posts programmatically.
The API documentation is available at the following link: Reichan API Docs
- Create, read,vote posts.
- Clone the repository:
git clone https://github.com/Alekssandher/reichan-api.git
- Navigate to the project directory:
cd reichan-api - Install dependencies:
dotnet restore
- Configure the environment variables for database and API settings:
DATABASE_URL = "" DATABASE_NAME = "" POSTS_COLLECTION = "" USERS_COLLECTION = "" REPLIES_COLLECTION = "" # true or false ENABLE_SWAGGER = "" #CLOUDINARY CLOUDINARY_NAME = "" CLOUDINARY_KEY = "" CLOUDINARY_SECRET = "" - Run the application:
dotnet run
This project is licensed under the GPL-3 License.
Feel free to submit pull requests or open issues to improve Reichan API.
For inquiries or support, reach out via the repository's issue tracker.