/likelion-careerly

Likelion assignment repository

Primary LanguagePython

likelion-careerly

Project description & objective

Git workflow

To pull the code from the repository,

git pull origin

To upload my code to the repository,

git add .
git commit -m "COMMIT_MESSAGE"
git push origin main

Tracking local commits

git status

Dependencies to install

pip install django djangorestframework django-cors-headers
python3 -m pip install install Pillow

Starting the server

To start up the back-end server:

python3 manage.py runserver

To view the front-end:

npm start

URL for the admin page

http://127.0.0.1:8000/admin/

Login credentials for the admin account

username: careerly
pw: careerly