8000 GitHub - NguyenAndrew/carepy: carepy === Cucumber Axios React Enzyme + Python Flask Behave
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NguyenAndrew/carepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carepy - React and Python Flask - Full Stack application

carepy is the fastest way to spin up a Full Stack application (React + Flask) with Cucumber and Behave BDD testing

Prerequisites

Note: To quickly install Pipenv execute the command pip install --user pipenv

QuickStart

  1. Navigate to the Full_Stack directory
  2. Open terminal of choice in the Full_Stack directory
  3. Install your dependencies with npm run install:all
  4. Execute your Cucumber tests with npm run test:all
  5. Run your application with npm run dev:all
  6. Ready to Code!

FAQ

Q: Can I use Node on the backend instead of Python?

A: Careen.js is the fastest way to spin up a Node + React application with BDD. It is located at https://github.com/NguyenAndrew/careen


Q: What technologies are used on the back end?

A: Python + Flask + Behave


Q: What technologies are used on the front end?

A: Node + Enzyme + Express + Cucumber is used for testing. The application uses React (Made with Create React App) and Axios.


Q: Can I see my changes live while developing?

A: Yes! npm run dev:all uses Create React App to watch changes on the React application and Flask debug mode to watch changes on the back end server.


Q: What does npm run test:watch:all do in the Full_Stack directory?

A: This command allows for quick continuous BDD/TDD. To use, open up a second terminal/shell/command prompt, and execute this command there. When changes on src or test are made and saved, the tests will automatically re-run without having to reload the transpiler (Babel) for the React Application, which is a feature achieved through babel-watch. The Python Flask application uses 6701 Nodemon to watch changes for tests in the python application.

About

carepy === Cucumber Axios React Enzyme + Python Flask Behave

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0