Skip to content

simonguillochon/meetup-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meetup Flow

Meetup Flow is a web application for organizing meetups, featuring an Angular frontend and a Flask backend, orchestrated with Docker Compose.

Structure

  • frontend/: Angular application (Material Design)
  • backend/: Flask application (API)
  • docker-compose.yml: Docker configuration for running the stack locally.

Getting Started

Prerequisites

  • Docker and Docker Compose
  • Node.js (for local frontend development)
  • Python 3.9+ (for local backend development)

Running with Docker

docker-compose up --build

Local Development

Frontend

cd frontend
npm install
npm start

Backend

cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors