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.
FE repo -> conscious-client.
-
Clone the repository:
git clone https://github.com/sreyas-cheviri/superconscious.git cd superconscious
-
Install dependencies:
npm install
-
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
-
Start the server:
npm start
We welcome contributions! Please read our Contributing Guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact Sreyas Cheviri.