This is a developers platform for displaying your work, interacting with other devs through email, ratings. Chatroom to be built out using channels and websockets. Django Rest Framework API with a frontend/app in plain javascript to query the API.
INSTALLATION: Clone repo Navigate to project directory run: pip install -r requirements.txt run the app with: python manage.py runserver
DOCKERFILE: Run the docker image in terminal with: docker compose up