micindia
- Front End - React.js + Next.js + ChakraUI
- Back End - Express.js API + MongoDB
- Hosting - Vercel + Render
- CI/CD - Github Actions
- Pull Github Repo
- Install Dependencies -
npm install
- Run app -
npm run dev
- Switch to develop branch (
git checkout develop
) - Create a new branch (
git branch feature/feature_name
) - Make your changes
- Commit your changes (
git commit -am "your message"
) - Pull latest changes (
git pull
) - Push your changes (
git push
) - Create a pull request when feature is completed
- Wait for review and comments
- After review, it will be auto merged to develop branch