Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 694 Bytes

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))