Technologies Getting Started API Endpoints Collaborators Contribute
ProjectSyncify is a Project Management Application.
Live Site.list of all technologies we used
- React
- Tailwind
- React route
- Django
- Django REST Framework
- Django Channel
- PyJWT
- Google Auth
- PostgreSQL
- Redis
Skip for now
npm iRun this command to install all prerequisites.
git clone https://github.com/TechBuilderTeam/Project-Syncify.gitRun this command to clone this project.
Use the .env as reference to create your configuration file .env with your
Google, GitHub Credentials
VITE_GOOGLE_CLIENT_ID={your google client id}
CLIENT_SECRET={your client secret}
VITE_GITHUB_ID={your github client id}
VITE_IMAGE_HOSTING_KEY={imgbb hosting api}How to start this project
npm run devSpecial thank you for all people that contributed for this project.
|
Sabrina Rashid |
Md Akther Hosen |
Rasel Chowdhury |
git clone https://github.com/TechBuilderTeam/Project-Syncify.gitgit checkout -b your_branch_name- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append a screenshot of visual modifications and wait for the review!
📝 How to create a Pull Request
git pullgit add .
git commit -m"your commit title"
git push