Skip to content

clubfullstack/FitConnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FitConnect

ReactJS Application with Django

This is an application that combines a frontend developed in ReactJS and a backend developed in Django, both running in Docker containers.

Requirements

  • Docker
  • Docker Compose

Technologies used in Frontend

  • React: A JavaScript library for building user interfaces.
  • React DOM: Entry point for React on the DOM.
  • React Router DOM: DOM bindings for React Router.
  • Axios: Promise based HTTP client for the browser and Node.js.
  • Styled Components: CSS-in-JS library for styling React components.
  • Vite: A fast development server and bundler tool for modern web development.

Install dependencies using npm or yarn:

npm install
# or 
yarn install

Start the development server:

npm run dev
# or
yarn dev

Open your web browser and visit http://localhost:5173 to view the application.

Technologies used in Backend

  • Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
  • django-rest-framework: A powerful and flexible toolkit for building Web APIs in Django.
  • PyFlakes: A static analysis tool for Python that checks for errors without executing the code.

How to Run

Locally

python manage.py runserver localhost:5000

To run the application, make sure you have Docker and Docker Compose installed on your machine. Then, execute the following command in the project root:

docker-compose up --build

This will create and start the containers for the frontend and backend. The frontend will be accessible at http://localhost:3000 and the backend at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • Python 22.2%
  • HTML 7.0%
  • CSS 3.8%
  • Dockerfile 3.2%