- Clone the repository:
git clone https://github.com/srivalli0207/NexusTech-Software-Inc..git
cd NexusTech-Software-Inc.- Install Python dependencies (if
pipdoesn't work, usepython -m pip):
pip install django django-cors-headers django-storages mysqlclient python-dotenv boto3 daphne channels- Copy
db.confto repository directory (file provided in Discord):
[client]
database = nexustech
host = ...
user = ...
password = ...
default-character-set = utf8
- Copy
.envto repository directory (file provided in Discord):
AWS_ACCESS_KEY_ID = '...'
AWS_SECRET_ACCESS_KEY = '...'
- Launch Django server:
python manage.py runserver 0.0.0.0:8000- Launch web (frontend) server in another terminal:
cd NexusTech-Software-Inc.
cd web
npm install
npm run dev[todo]