All Projects → resotto → Uranus

resotto / Uranus

Licence: gpl-3.0
Hierarchical Memo & Task Web-App

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Uranus

Javaweb Project Source Share
🌱🚀分享基于Servlet、SSH、SSM、SpringBoot等流行技术实现的JavaWeb项目,难度分为5个等级,帮助小白入门JavaWeb开发,协助JavaWeb开发者熟悉最新技术
Stars: ✭ 229 (+222.54%)
Mutual labels:  jsp, maven, tomcat
Mormot
Synopse mORMot ORM/SOA/MVC framework
Stars: ✭ 607 (+754.93%)
Mutual labels:  postgresql, webapp
Labnotebook
LabNotebook is a tool that allows you to flexibly monitor, record, save, and query all your machine learning experiments.
Stars: ✭ 526 (+640.85%)
Mutual labels:  postgresql, webapp
Egov Smartcity Suite
eGov SmartCity eGovernance suite of products aim to improve the internal efficiency, transparency, accountability and the service delivery of Municipal Governments. The solution is freely available under the license terms as mentioned below.
Stars: ✭ 70 (-1.41%)
Mutual labels:  postgresql, jsp
Cookbook
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃
Stars: ✭ 428 (+502.82%)
Mutual labels:  maven, tomcat
Compose Postgres
Postgresql & pgadmin4 powered by compose
Stars: ✭ 477 (+571.83%)
Mutual labels:  postgresql, docker-compose
Nodock
Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images
Stars: ✭ 734 (+933.8%)
Mutual labels:  postgresql, docker-compose
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+4967.61%)
Mutual labels:  postgresql, docker-compose
Ngx mruby Package Builder
Package Builder of ngx_mruby with Docker
Stars: ✭ 25 (-64.79%)
Mutual labels:  centos, docker-compose
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+1112.68%)
Mutual labels:  postgresql, tomcat
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-53.52%)
Mutual labels:  postgresql, maven
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (+483.1%)
Mutual labels:  postgresql, tomcat
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (+442.25%)
Mutual labels:  postgresql, docker-compose
Phpmyfaq
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
Stars: ✭ 494 (+595.77%)
Mutual labels:  postgresql, docker-compose
Enferno
A Python framework based on Flask microframework, with batteries included, and best practices in mind.
Stars: ✭ 385 (+442.25%)
Mutual labels:  postgresql, docker-compose
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+819.72%)
Mutual labels:  postgresql, docker-compose
Kongpose
Kong and Konga (admin webapp) development setup on docker-compose
Stars: ✭ 52 (-26.76%)
Mutual labels:  postgresql, docker-compose
Blog Tutorials
⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing
Stars: ✭ 257 (+261.97%)
Mutual labels:  postgresql, maven
Docker Compose Healthcheck
How to wait for container X before starting Y using docker-compose healthcheck
Stars: ✭ 292 (+311.27%)
Mutual labels:  postgresql, docker-compose
Fastapi Realworld Example App
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
Stars: ✭ 911 (+1183.1%)
Mutual labels:  postgresql, docker-compose

uranus

WARNING: This project is archived and no longer maintained.



Uranus is a hierarchical Memo & Task app.
In order to use Uranus, please install Docker in advance.


Getting Started

git clone https://github.com/resotto/uranus
cd uranus
docker-compose up -d
open http://0.0.0.0:8888/uranus

Features

  • Switch mode from Memo to Task, and vice versa
  • Create new item
  • Add new item
  • Edit item
  • Exchange item with above one
  • Delete item
  • Clear all items
  • Check item, and strike through it asynchronously (Task only)

Developing

If you want to build Uranus from source code, please install Maven in advance.
First, uncomment build tag in docker-compose.yml and remove images.

docker rmi resotto/tomcat:1.0
docker rmi resotto/postgres:1.0

Second, build Uranus with Maven.

cd ap
mvn package

Now, you just run containers.

docker-compose up -d
open http://0.0.0.0:8888/uranus

Feedback

License

GNU General Public License v3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].