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/singhtrivendra/Concious.git cd conscious -
Install dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory and add the following variables:PORT=3000 MONGODB_URI= 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.