Code Monkey home page Code Monkey logo

fitconnect's Introduction

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.

fitconnect's People

Contributors

luizarlochi avatar jtveig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.