Skip to content

sreyas-cheviri/consciousapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Conscious app

Conscious is a second brain web app designed to save and search links, notes, and other media from various sources effortlessly. This repository contains the backend codebase for the Conscious application.

Language Last Commit Repo Size

FE repo -> conscious-client.

Installation

  1. Clone the repository:

    git clone https://github.com/sreyas-cheviri/superconscious.git
    cd superconscious
  2. Install dependencies:

    npm install
  3. Set up environment variables: Create a .env file in the root directory and add the following variables:

    PORT=3000
    MONGODB_URI=mongodb://localhost:27017/superconscious
    GEMINI_API_KEY=
    PINECONE_API_KEY=
    PINECONE_ENVIRONMENT=index region
    PINECONE_INDEX=index name
    JWT_SECRET=your_jwt_secret
  4. Start the server:

    npm start

Contributing

We welcome contributions! Please read our Contributing Guidelines for more information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or support, please contact Sreyas Cheviri.

About

Consciousapp: A second brain web app to save and search links, notes, & other media from various sources effortlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors