A collaborative article-sharing system designed for seamless content exchange and engagement.
Install the CLI tool with:
pip install collaborative-article-sharingFor detailed instructions on using the CLI, refer to its README file.
| Service | Port |
|---|---|
| APP | 3000 |
| API | 4000 |
| CLI Authentication | 8000 |
- Fill the
.envfile in the root directory and theappdirectory with the required environment variables.
-
For the APP folder, navigate to the
appdirectory 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
appdirectory and run:npm run dev
-
To start the API, navigate to the
apidirectory and run:python main.py
-
To run the CLI, refer to its README file.