hello. hello.
This is the Hackathon Project made by the Parkway Spark! Team for GlobalHack VII.
This is comprised of those listed in the devpost submission.
The frontend is located at
/immigrant-frontend
This is written in React.JS
The backend is located at
/immigrantbackend
this is written in Django and Python
Make sure you have Python 3 installed for the command line.
cd ./immigrantbackend
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
cd ./immigrant-frontend
npm install
To run
npm start