Skip to content

Developed a web-based Collaborative Teamwork Tool with Flask, Web sockets, HTML, CSS, and Postgres. Includes teams, tasks, chat, and user account management. Deployed in a Docker container.

Notifications You must be signed in to change notification settings

akshaya9/meraki-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Meraki

Development

To run the app locally

docker-compose up

this will run the app and the database in docker containers

For running new migrations attach a shell to the docker container and run the following commands

flask db migrate
flask db upgrade

To get a fresh state - delete the docker containers and the meraki_db_volume docker volume.

About

Developed a web-based Collaborative Teamwork Tool with Flask, Web sockets, HTML, CSS, and Postgres. Includes teams, tasks, chat, and user account management. Deployed in a Docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published