Giter VIP home page Giter VIP logo

pic-up's Introduction

PIC-UP

A place where you can save images anywhere, anytime

Technologies

  • Frontend
    • React
    • Tailwind
    • React Query
  • Backend
    • Python
    • Flask

Project structure

This project was planned as a monorepo:

frontend/
├─ package.json
├─ ...
backend/
├─ models/
├─ controllers/
app.py (starts API)
Config.py
requirements.txt 
package.json

Build

First install corresponding packages

Backend

pip install -r requirements.txt 

Frontend

npm run install-front

Database (Postgres - SQLAlchemy)

Create database tables initial

from yourapplication import db
db.create_all()

Upgrade database and apply changes from migrations

flask db upgrade

Generate a new database migration which detects model changes

flask db migrate -m "mensaje"

pic-up's People

Contributors

gistypical avatar

Stargazers

Andres Chaparro avatar

Watchers

 avatar

pic-up's Issues

Update dependencies

Update backend dependencies, including:

  • Flask
  • SQLAlchemy

Also, update frontend dependencies:

  • React
  • TailwindCSS
  • React-Router

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.