Opengram started as a POC of Instagram main functionalities using node.js, but evolved to its own thing. Currently, it's a photo manager that allows the user to “upload” and organize photos and albums using the browser.
To check the front-end, access Opengram Front.
First, execute the following commands at the root of Opengram local folder:
docker build . -t opengram
docker-compose up -d
With the project up and running, execute the following commands at the root of Opengram Front local folder:
docker build . -t opengram-front
docker-compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.