Skip to content

NRH-AA/Base_Flask_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask React Project

This project includes:

  • React 18
  • Redux Toolkit
  • SASS - Multi Theme Support
  • CSRF, CORS, Hashed Passwords
  • AWS S3
  • SQLite/ProstgreSQL Database
  • Flask



How to run the project locally:

In the project root folder use: pipenv install

Create database with: pipenv run flask db init && pipenv run flask db migrate && pipenv run flask db upgrade && pipenv run flask seed all

In the react-app folder use: npm i

To start the back end: In the root folder use: pipenv run flask run

To start the front end: In react-app folder use: npm start

To compile scss files: In react-app folder use: npm run gulp



Contribute

This project was created to be a base for anyone to create a flask application.

If you would like to contribute please create a fork of the dev branch and create a pull request.

You may also create an issue with code fixes if you do not want to create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published