Skip to content

H1ako/freelance_market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Freelance Market

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.

Installation

Prerequisites

  • Python (version >= 3.9)
  • pip (Python package manager)
  • Virtual environment (optional but recommended)

Clone Repository

git clone https://github.com/H1ako/freelance_market
cd freelance_market

Backend Setup

Create Virtual Environment (Optional)

python -m venv venv
# Activate the virtual environment
# For Windows
venv\Scripts\activate
# For macOS/Linux
source venv/bin/activate

Install Dependencies

cd backend
pip install -r requirements.txt

Database Migration

python manage.py makemigrations
python manage.py migrate

Run Development Server

python manage.py runserver

Usage

Access the application in your web browser at http://localhost:8000/ after starting the server.

Technologies Used

  • Django (Backend)
  • [Frontend technology] (To be determined)
  • GraphQL
  • REST

Contributing

Contributions are welcome!.

License

This project is licensed under the [MIT License].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published