- Learning Basic Git
- Pro Git book (Advanced)
- Learning Basic Github
- Github Official Resource List
- https://www.atlassian.com/git
- Fork this and create a PR (or better, dm to extend you the ownership)
- Setup Environment
- Use cloud9 (or any other online environment to decrease the hassle)
- Or work on your local machine
- Install Node, npm and MongoDB(not necessary currently)
- Clone the repo
- If owner, run
git clone https://github.com/deprov447/cse-fresher-website
- else
git clone https://github.com/<your_handle_name>/cse-fresher-website
- If owner, run
- Go to
cse-fresher-website
folder - Create a file
dev.json
inbackEnd/config
and paste this :
{ "PORT": 3000, "MONGO_URL": "db_server", "APIKEY": "dev", "TOKEN_KEY": "token" }
- Run
npm install
- Run
npm start
- Open
localhost:3000
on browser. - Start Contributing
Follow Contribution Guidelines
To see the work done - Click here
Thanks for everyone's effort.