muthuannamalai12 / UniVendor

We are acting as an intermediate through our project between the student and senior of the colleges to share or sell the materials or things(like books, calculator, etc.) which would be very helpful in college times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Our Project:

We are acting as an intermediate through our project between the student and senior of the colleges to share or sell the materials or things(like books, calculator, etc.) which would be very helpful in college times.

Tech Stack

Front-End Back-End Database
HTML Node.js MongoDB
CSS Express.js Mongoose
Bootstrap EJS  

Steps

If you don't have git on your machine, install it.

🌟 Star The Repo

Star the repo by pressing the topmost-right button to start your wonderful journey.

✌️ Fork The Repo

You can get your own fork/copy of this repo by using the Fork button present at top-right of your screen.

🧠 Clone it

NOTE: commands are to be executed on Linux, Mac, and Windows

You need to clone (download) it to local machine using

$ git clone https://github.com/<Your_Github_Username>/UniVendor.git

🤘 Create a new branch

Whenever you are going to contribute. Please create a separate branch using command and keep your main branch clean (i.e. synced with remote branch).

# It will create a new branch with name Branch_Name and switch to branch Folder_Name
$ git checkout -b BranchName

To add the changes to the branch. Use

# To add all files to branch Folder_Name
$ git add .

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push -u origin BranchName

Finally, go to your repository in the browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

Update Contribution.md

Finally, if you are contributing to this project under CrossWOC,append your name, github ID link, issue solved along with its tags in "Contribution.md".

Discord Server

Join this server if you are contributing to this project under CrossWOC : https://discord.gg/bYGb6qxBxb

About

We are acting as an intermediate through our project between the student and senior of the colleges to share or sell the materials or things(like books, calculator, etc.) which would be very helpful in college times.


Languages

Language:EJS 62.0%Language:JavaScript 24.2%Language:CSS 13.8%