This is a public repository with contents of Flask Web Development, NextJS and Typescript, here you will find examples applied in a Restful API, and a basic and flexible structure to start your Flask apps. Also, is available a complete frontend in NextJS + Typescript, ready to consume our backend API
$ git clone https://github.com/josethz00/eletronicx_fullstack
$ cd server
$ docker-compose up --build --remove-orphans
$ docker exec -it flask_app_container python3 -m pytest __tests__ -v
$ cd ../web
$ yarn install
$ yarn dev
Env Variable | Default Value |
---|---|
HOST | '0.0.0.0' |
PORT | '5000' |
DEBUG | 'True' |