Skip to content

4GeeksAcademy/final-project-kbe-ams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%