Table of Contents
The project we are currently developing is an integrated management platform that allows users to have a clear overview of the project's progress.
This platform provides a functionality similar to Notion, where users can easily create and share posts.
Additionally, it offers a chat feature similar to Discord, enabling real-time communication among team members.
Moreover, it provides an effective way to track the project's progress by integrating GitHub's commit logs and project milestones.
With these features, team members can quickly grasp the project's status and collaborate more efficiently.
Our platform aims to enhance project management by adding an extra layer of efficiency.
한국어
저희가 개발 중인 프로젝트는 현재 진행 상황을 한눈에 볼 수 있는 통합 관리 플랫폼입니다.이 플랫폼은 노션과 같이 간편하게 게시글을 작성하고 공유할 수 있는 기능을 제공합니다.
또한, 디스코드와 유사한 채팅 기능을 통해 실시간으로 소통할 수 있습니다.
그리고 GitHub의 커밋 로그와 프로젝트 진행률을 효과적으로 확인할 수 있는 기능도 제공합니다.
이를 통해 팀원들은 프로젝트의 진행 상황을 신속하게 파악하고 협업을 원활히 진행할 수 있습니다.
우리 플랫폼은 프로젝트 관리를 한 단계 더 효율적으로 만들어줄 것입니다.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- yarn
npm install --global yarn
-
Get a free github Client ID, Client secrets Key at https://github.com/settings/developers
-
Get a free github Personal access tokens at https://github.com/settings/tokens
-
Clone the repo
git clone https://github.com/a-co-ha/client.git cd client
-
create .env
cat .env.local NEXT_PUBLIC_API_MOCKING=disabled NEXT_PUBLIC_GITHUB_OAUTH_CLIENT_ID=<YOUR GITHUBAUTH> NEXT_PUBLIC_GITHUB_OAUTH_CLIENT_SECRET=<YOUR GITHUBAUTH SECRET> NEXT_PUBLIC_ENV_URL=http://localhost:3001/ NEXT_PUBLIC_DEV_SERVER_URL=https://acoha.store/ NEXT_PUBLIC_OAUTH_URL=https://github.com/login/oauth/authorize?client_id=<YOUR GITHUBAUTH>&redirect_uri=http://localhost:3001/oauth/callback NEXT_PUBLIC_DEV_OAUTH_URL=/oauth/callback?code=12345678 NEXT_PUBLIC_HTTP_ONLY=false NEXT_PUBLIC_ORIGIN=http://localhost:3001
-
docker build
docker-compose -f docker-compose-dev.yml up -d --build
There may be additional environment variables required.
-
junghyeon hwang : https://github.com/ghkd1418
-
sangjin jung : https://github.com/tangjinlog