/PROmet-Website

Django Web Application for PROmet

Primary LanguageCSS

PROmet Website

A simple job portal/community website createad using django

Getting Started

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.

Installing & Running

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

Deployment

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.

Built With

Collaborators