Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.8 KB

File metadata and controls

70 lines (47 loc) · 1.8 KB

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.