Skip to content

Stansom/secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrets

Simple password manager with browser UI

Written in Clojure/ClojureScript, server is on Babashka, frontend is React/Reagent

Server depends on:

Front-end depends on:

To run the server and app on your PC:

  1. Install Clojure
  2. Install Babashka
  3. Clone the repo
  4. Open dir with cloned repo in your terminal
cd "path-to-cloned-repo/server"
  1. Run the command to start server and you can specify a port by using '-p' option and static server port by '-sport':
bb -m app -p 2525 -sport 5001
  1. Open new window in your browser and enter the url http://localhost:5001 to run UI.

If you want to compile the frontend from scratch, you can use the command in terminal from repo root dir:

bb create-static    

You can also find a WebSocket implementation in another branch: https://github.com/Stansom/secrets/tree/ws

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors