This project, "Freelance Market," utilizes Django as its backend technology, while the frontend technology is yet to be determined. The application will implement a hybrid approach for its API, incorporating both GraphQL and REST.
- Python (version >= 3.9)
- pip (Python package manager)
- Virtual environment (optional but recommended)
git clone https://github.com/H1ako/freelance_market
cd freelance_market
python -m venv venv
# Activate the virtual environment
# For Windows
venv\Scripts\activate
# For macOS/Linux
source venv/bin/activate
cd backend
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Access the application in your web browser at http://localhost:8000/
after starting the server.
- Django (Backend)
- [Frontend technology] (To be determined)
- GraphQL
- REST
Contributions are welcome!.
This project is licensed under the [MIT License].