-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
532c6d6
commit e5adaaf
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### CONTRIBUTE | ||
|
||
This repo is open to contributions to the project collaborators only rn. | ||
|
||
Steps to collaborate: | ||
|
||
- fork the repository | ||
- clone the repository to you local system by the following command [git clone https://github.com/aksharmafarmup] | ||
- install the basic packages -> [npm install] | ||
- add your config.env file in the root directory and add the mongodb connection link to it(make sure the variable name is DB in config.env file or you can use any other name and export is by that name in app.js file in root directory). | ||
- you're ready to go, add new features or changes, add and commit your changes, then make a pull request by the following command. [ git push -u origin your branch name ] |