GithubHelp home page GithubHelp logo

vutran1710 / fullstack-python-fask-react Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 1.08 MB

A small challenge for fullstack python/react developer

HTML 6.63% JavaScript 36.09% Python 38.51% Dockerfile 4.01% SCSS 14.76%
flask python react fullstack webserver

fullstack-python-fask-react's Introduction

A simple fullstack app built with Python-Flask & React

Challenge

Build a simple server-side app with Flask that generate random values of String, Integer, Float and Alphanumeric and save it to a file with maxium size of 2MB. Allow to download such file from a web client written in React. Calculate how many values of each type generated from such file.

Screenshot

Running

The most simple way is to run with docker, which has everything bundled and ready to use

$ docker build -t <image-tag> .
$ docker run -p 3000:3000 --name <container-name> <image-tag>:latest

After the application has started, open your web-browser and go to http://localhost:3000

Development

Overall

Backend

  • Pipenv, Python3.8 are required

  • Install dependencies and run it

$ cd backend
$ pipenv install --dev --pre
$ pipenv run dev
  • Run test with
$ pipenv run test

Frontend

  • Node 14 is required
  • Prepare a .env file
# Not neccessary when running with flask-backend in development mode
REACT_APP_SERVER_URL=http://localhost:3000
# Enable the following env-var when running with flask-backend in development mode
# REACT_APP_API_URL=http://localhost:5000
  • Run or build with npm
$ npm start
$ npm run build

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.