A simple job portal/community website createad using django
Make sure that you have python and pip installed. You can either create your own dockerfile to dockerize the application or just test the application by running it on the local server.
Install the dependencies required for the project using
pip install -r requirements.txt
To run the project locally
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
I have a detailed blog on deploying a django application on an EC2 instance. Follow the link below:
Hosting a Django Website on EC2
Also, I have included a Dockerfile
and a nginx.conf
file for deploying the app on a Docker container.
- Jonguk Lee - Project Manager - jongouk
- Yena Lee - Front End - yena
- Geontae Kim - Front End - kimgeontae1
- Chanho Song - Back End - hama0510