Skip to content

testdrivenio/flask-react-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask + React + Cypress

Want to learn how to build this?

Check out the post.

Want to use this project?

Flask

Run:

$ cd server
$ docker-compose up -d --build
$ docker-compose exec web python manage.py recreate_db
$ docker-compose exec web python manage.py seed_db

Test:

$ docker-compose exec web python manage.py test

React

$ cd client
$ npm install
$ npm start

Cypress

$ cd client
$ npm install
$ ./node_modules/.bin/cypress open