Welcome to the main README.
This repo consists of 3 projects.
ap
- Alpha prototypebp
- Beta prototypev1p
- Final prototypev1
- Version number
v1 - v6
- The core features of Discord.
v6 - v12
- In development.
- The backend of the website.
- Includes the WebSocket and REST API.
- Ambient types for both project intellisense.
- The UI.
- Cool but useless without the API running in the background.
api/.env
API_PORT=3000
API_PREFIX="/api/v1"
JWT_SECRET_KEY="something secret"
MONGO_URI="mongodb://localhost/dclone-essential"
WEBSITE_PORT=4200