Skip to content

A project being made for journalling freely and safely with encryption so that, no one can read your writings without your permissions

License

Notifications You must be signed in to change notification settings

PillaiManish/ForYou

Repository files navigation

ForYou

A project being made for journalling freely and safely with encryption so that, no one can read your writings without your permissions

This project is still under development. We are building the API's right now, and soon would start working on the frontend part of the project as well.

Things Required to run the project

  1. Node
  2. Redis
  3. Postresql

How to run the project

  1. Download the project
  2. Run the command npm install
  3. Make a new .env file and add all the necessary credentials (consider example file -> .env.example)

Tables to be created

  1. CREATE TABLE USERS (id VARCHAR(50) PRIMARY KEY, email VARCHAR(50) UNIQUE, name VARCHAR(50))

About

A project being made for journalling freely and safely with encryption so that, no one can read your writings without your permissions

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published