COMP 4710 Project
Senior Design
- Ethan Brown @ewbrowntech
- Will Humphlett @wumphlett
- Qingtao (Allen) Lu @qwecdkey
- Install
python
- Install
poetry
- Install
- Install
npm
- In the backend directory:
poetry run python manage.py createsuperuser
- In the backend directory:
poetry run python manage.py runserver
- In the frontend directory:
yarn start
http://127.0.0.1:8000/admin
http://127.0.0.1:8000/api
- https://medium.com/swlh/full-stack-with-django-and-react-django-4dcd87d57356
- https://medium.com/swlh/full-stack-with-django-and-react-react-afae36017852
- https://javascript.plainenglish.io/react-django-full-stack-the-best-web-integration-e9d92af43b96
- https://blog.logrocket.com/build-chat-application-react-django-channels/
- https://www.django-rest-framework.org/api-guide/authentication/#setting-the-authentication-scheme
- https://testdriven.io/blog/custom-permission-classes-drf/
- https://github.com/changshengyan/djangorestframework-simplejwt-casng
- https://themesberg.com/docs/neumorphism-ui/components/buttons/
- https://akaspanion.github.io/ui-neumorphism/chip
- https://medium.com/@ronakchitlangya1997/jwt-authentication-with-react-js-and-django-c034aae1e60d
- https://github.com/Ronakchitlangya1997/Authentication---React-Js-Django
- https://github.com/dannyradden/single-character-input-boxes
- https://www.digitalocean.com/community/tutorials/how-to-set-up-an-asgi-django-app-with-postgres-nginx-and-uvicorn-on-ubuntu-20-04
- https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
sudo systemctl daemon-reload
sudo systemctl restart daphne
sudo systemctl restart nginx