Code Monkey home page Code Monkey logo

fastapi-react-shop's Introduction

๐Ÿโš›๏ธ An Ecommerce

with Python and React.

๐Ÿงก Introduction

This project is an ecommerce made with Python, React and MongoDB. It's a complete online store for technology. It has different views for interact with the products and making transactions. It provides an OAuth2 system for authentication, and offers ways to managing the information.

The project is a full responsive site, and implements all mainly functionalities of a real world application. I made all designs inspired in differents sites like Behance and Pinterest. In each corresponding folder (fronted, backend) are the implementation details, the project structures, installation and commands.

โšก๏ธ Backend

  • FastAPI
  • Motor Driver
  • MongoDB

๐ŸŽจ Frontend

  • React.js
  • Tailwind
  • React Query v4
  • Redux / Redux Toolkit

๐Ÿ’พ Database

A database it's available with Docker if you don't want to install it. For use it, just create a .env file in the root directory, and fill the following fields:

MONGO_USERNAME=
MONGO_PASSWORD=

After up the container:

# Mac
docker compose up -d

# Linux
docker-compose up -d

The database it's running by default on 27017 port. But you can change it if you want. Also, express-mongo is included as support tool.

๐Ÿ“„ License

MIT

fastapi-react-shop's People

Contributors

jsonfm 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.