Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 617 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 617 Bytes

django_project

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

Screen Shot 2023-12-31 at 22 24 33