A collaborative article-sharing system designed for seamless content exchange and engagement.
Install the CLI tool with:
pip install collaborative-article-sharing
For detailed instructions on using the CLI, refer to its README file.
Service | Port |
---|---|
APP | 3000 |
API | 4000 |
CLI Authentication | 8000 |
- Fill the
.env
file in the root directory and theapp
directory with the required environment variables.
-
For the APP folder, navigate to the
app
directory and run:npm install
-
For the API and CLI folders, navigate to their directories and run:
pip install -r requirements.txt
-
To start the APP, navigate to the
app
directory and run:npm run dev
-
To start the API, navigate to the
api
directory and run:python main.py
-
To run the CLI, refer to its README file.