This is Official page of Algorithm 8.0 A 32 hour long Hackathon Hosted by Anjuman I Islam Kalsekar Technical Campus
Mobile Client can be found here
Design and Develop by Technical Team of Algorithm 8.0 Leading by Adil Ahmad and Arman Khan- Clone the repository
git clone https://github.com/adil2705/Algorithm-8.0.git
- Install the dependencies
npm install
- Run the server
npm run dev
- Initialize the repository
git init
- Stage the changes
git add .
- Commit the changes
git commit -m "your message"
- Add the remote repository
git remote add origin https://github.com/adil2705/Algorithm-8.0.git
- Change the branch
git checkout experiment
- Push the changes
git push origin experiment
- Create a pull request
- Wait for the pull request to be reviewed and merged with the production branch