Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohithpr/homepage


https://github.com/rohithpr/homepage

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Homepage

This project is currently being rewritten from scratch using Django, Djano Rest Framework, JSON-API, Vue.js, and Sass. It also lets you host your own site on AWS using the serverless stack so that you don't have to have a server running 24*7. Features that existed in the past may not be available right now due to the rewrite.

This project lets you create a personalized bookmark manager which lets you view your bookmarks at once rather than making you navigate a long tree structure to find your bookmarks! I also have plans of extending the scope of the project to support not just include simple bookmarks but also support more complex workflows and plugins. A part of the project roadmap can be seen [here](https://trello.com/b/QZwt27fR/bookmark-manager).

# Useful commands

## Local development

- Build environment: `docker-compose build`
- Run: `docker-compose up`
- Connect to DB: `psql postgresql://root:[email protected]:5432/homepage`