Skip to content

4GeeksAcademy/final-project-kbe-ams

This branch is 177 commits ahead of, 4 commits behind 4GeeksAcademy/react-flask-hello-deprecated:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 31, 2024
c1af6aa · May 31, 2024
May 11, 2024
May 22, 2024
May 14, 2024
May 31, 2024
May 31, 2024
May 27, 2024
May 28, 2024
May 24, 2024
May 27, 2024
May 27, 2024
May 10, 2024
Aug 11, 2022
May 25, 2024
May 27, 2024
May 30, 2024
May 30, 2024
Sep 11, 2020
May 26, 2024
May 24, 2024
May 30, 2024
May 26, 2024
May 16, 2024
May 31, 2024
May 29, 2024
May 15, 2024
May 24, 2024
May 24, 2024
May 29, 2024
May 24, 2024
May 24, 2024

Repository files navigation

FINAL PROJECT

4Geeks Final Project, using React + Flask, Built with Tailwind

Cheatsheet for devs:

Command Definition
$ pipenv install install the required PIP modules
$ pipenv shell gets into the pip environment
$ pipenv run start run the Backend on :3001
$ pipenv run remake remake all DB tables/models
$ npm run start run the Frontend on :3000
$ npm install install the required NPM packages
$ npm run tailwind update custom tailwind.css build

Avoid:

Command Definition
$ pipenv run init initializes the migrations
$ pipenv run upgrade apply changes from a migration
$ pipenv run migrate Inspects and updates your tables
$ pipenv run downgrade Rollback your tables to prev. version
  • its enough to just remake the DB on every change by now, even knowing that it would clear all the data stored

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 56.5%
  • Python 25.5%
  • CSS 14.7%
  • HTML 3.0%
  • Dockerfile 0.1%
  • Mako 0.1%
  • Shell 0.1%