Bonfire is a lightweight ChatApp made using .NET and TypeScript.
- Clone the repository.
- Install the requirements and dependencies.
- Compile
Programm.cs
using the.csproj
file.- Should this not compile the TypeScript files, you may need to do this manually.
- This should start the Server, Database and Client.
- Visit http://localhost:8000/
- Setup Backend
- Create a functional API
- Messages
- Channels
- Servers
- Friend and Friend Requests
- User Statuses, Bio, etc.
- Create a user-friendly frontend
- Keep everything cozy!!
- Markdown
- Channels
- Servers
- Friend and Friend Requests
- User Statuses, Bio, etc.
- Additional Features
- Notification Sounds
- Emojis
- Codeboxes
- Files/Attachments
- Bot API (?)
- Lightmode Theme (?)