Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohithpr/homepage
https://github.com/rohithpr/homepage
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohithpr/homepage
- Owner: rohithpr
- Created: 2015-01-09T09:18:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:14:08.000Z (about 2 years ago)
- Last Synced: 2024-10-13T21:02:20.169Z (29 days ago)
- Language: Python
- Homepage:
- Size: 192 KB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
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`