CollaborGators
Instructions for admins: FRONTEND In a terminal or on vs code:
- cd frontend
- npm run dev -local will lead to home page
BACKEND In a terminal or on vs code:
- cd backend
- python -m venv venv <-- if venv folder not present run this.
- .\venv\Scripts\activate
- python .\manage.py runserver -clicking on the url will lead to a url not supported currently, please see backend>backend>urls.py to see the urls supported... must update to lead to home page and login pages on frontend