All Projects → testdrivenio → fastapi-react

testdrivenio / fastapi-react

Licence: MIT License
Single Page App with FastAPI and React

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fastapi-react

spring-boot-data-jpa-mysql
Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.
Stars: ✭ 89 (+117.07%)
Mutual labels:  crud, restful-api
Flask Vue Crud
Single Page App with Flask and Vue.js
Stars: ✭ 467 (+1039.02%)
Mutual labels:  crud, restful-api
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+621.95%)
Mutual labels:  crud, restful-api
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (+300%)
Mutual labels:  crud, restful-api
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (-14.63%)
Mutual labels:  crud, restful-api
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+6507.32%)
Mutual labels:  crud, restful-api
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (+104.88%)
Mutual labels:  crud, restful-api
FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (+17.07%)
Mutual labels:  crud, restful-api
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (-19.51%)
Mutual labels:  crud, restful-api
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (-43.9%)
Mutual labels:  crud
DeepfakeHTTP
DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
Stars: ✭ 373 (+809.76%)
Mutual labels:  restful-api
pinipig
🚀 Performant webservice framework
Stars: ✭ 25 (-39.02%)
Mutual labels:  crud
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-4.88%)
Mutual labels:  restful-api
badaso
The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !
Stars: ✭ 650 (+1485.37%)
Mutual labels:  crud
phalanx
Phalanx is a cloud-native distributed search engine that provides endpoints through gRPC and traditional RESTful API.
Stars: ✭ 192 (+368.29%)
Mutual labels:  restful-api
backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
Stars: ✭ 17 (-58.54%)
Mutual labels:  crud
fireREST
Python library for interacting with Cisco Firepower Management Center REST API
Stars: ✭ 47 (+14.63%)
Mutual labels:  restful-api
magic-api-spring-boot-starter
magic-api的spring-boot-starter版本
Stars: ✭ 30 (-26.83%)
Mutual labels:  restful-api
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+21.95%)
Mutual labels:  crud
rif
Power-user command-line tool for productive API developers
Stars: ✭ 17 (-58.54%)
Mutual labels:  restful-api

Developing a Single Page App with FastAPI and React

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Run the server-side FastAPI app in one terminal window:

    $ cd backend
    $ python3.9 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python main.py

    Navigate to http://localhost:8000

  3. Run the client-side React app in a different terminal window:

    $ cd frontend
    $ npm install
    $ npm run start

    Navigate to http://localhost:3000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].