https://github.com/kunalvirwal/freelancing-website
A Django based Freelancing and Job listing website with job applying and work offering capabilities utilizing SQLite as database.
https://github.com/kunalvirwal/freelancing-website
django freelance-platform python python3 sqlite sqlite3
Last synced: about 2 months ago
JSON representation
A Django based Freelancing and Job listing website with job applying and work offering capabilities utilizing SQLite as database.
- Host: GitHub
- URL: https://github.com/kunalvirwal/freelancing-website
- Owner: kunalvirwal
- Created: 2024-01-09T07:14:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:26:59.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:45:37.324Z (over 1 year ago)
- Topics: django, freelance-platform, python, python3, sqlite, sqlite3
- Language: HTML
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetroCraft-Hub
***
This repository holds a Django based web application which is a Freelancing website i.e. RetroCraftHub.
Here recruiters can offer jobs and find young and experienced freelancers,
Whereas freelancers can lookout for job opportunities and explore trusted recruiters.
RetroCraftHub was my first Web App I have made it on my own as a solo project.
In the process I learned how to make Django based websites and APIs.
This project is already deployed at https://kunal-retrocrafthub.onrender.com (can take a couple of minutes to load).
## How to run on localhost:
1) Clone the repository and cd to the Freelancing-Website repository (master repo).
2) Copy the contents of `sample.env` to `.env` and add `SECRET_KEY` in .env
3) Create a virtual environment inside master repository and run it using
```
python -m venv env
.\env\Scripts\activate
```
4) Install all the modules in requirements.txt using
```
pip install -r requirements. txt
```
5) Finally
`python manage.py runserver`
And visit (http://127.0.0.1:8000/)
Here's how it would look like...



and many more...
Made with ❤️ by Kunal