You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-13Lines changed: 22 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,25 @@
15
15
---
16
16
## What is Donut?
17
17
18
-
Being inspired from the Cornucopia of various social hub this project has been developed taking into consideration about open source. Well this is an Open Source Social networking hub which act as a bridge between various Developers, Organisations and Open Source aspirants to elaborate on various things like #Projects, #Events, #Discussion on various researches, #Scholarships, #Coding release and various other things updates.
19
-
The major priority of this project has been that this platform allows users to make their project "Open Sourced" and relesed them under various open source Organisations, experts which holds up a ring plate on this portal. This platform also make users to introduce and develops various solutions in the form of FOSS softwares to publish them for public use by integrating them with their social cause. Moreover this project can be downloaded by any user, organisation and can be used by them in their own custom way, making it run on their servers.
20
-
It is built on Node.js and utilizing mongoose as database.
18
+
Being inspired by the Cornucopia of various social hub this project has been developed taking into consideration about open source. Well, this is an Open Source Social networking hub which acts as a bridge between various Developers, Organisations and Open Source aspirants to elaborate on various things like #Projects, #Events, #Discussion on various researches, #Scholarships, #Coding release and various other things updates.
19
+
The major priority of this project has been that this platform allows users to make their project "Open Sourced" and released them under various open source Organisations, experts which hold up a ring plate on this portal. This platform also makes users introduce and develops various solutions in the form of FOSS software to publish them for public use by integrating them with their social cause. Moreover, this project can be downloaded by any user, organization and can be used by them in their own custom way, making it run on their servers.
20
+
It is built on Node.js and utilizing mongoose as a database.
* Write any Post that act as a Feed ( with various formatting tools, tags effect, etc )
29
-
* Propose any project that a person wants to raise as a researched under various organisations and experts.
28
+
* Write any Post that acts as a Feed ( with various formatting tools, tags effect, etc )
29
+
* Propose any project that a person wants to raise as researched under various organizations and experts.
30
30
* Write Events and get updates of various Events happening around.
31
31
* Scholarship Raiser, Open Source Internships.
32
32
* Open up the environment for the discussion through integrated Discussion platform
33
33
* Act with Open Stat
34
34
* Appropriate Dashboard with most APIs Activities log of projects and other things.
35
-
* Sourced Packaged, Custom made software ( can be change according to needs after downloading it.
36
-
* Provides various opportunities to integrate many other Open Source projects recognised by organisations
35
+
* Sourced Packaged, Custom made software ( can be changed according to needs after downloading it.
36
+
* Provides various opportunities to integrate many other Open Source projects recognized by organizations
37
37
38
38
39
39
@@ -42,11 +42,11 @@ Installation
42
42
To get this project running locally on your machine follows the steps below in order:
43
43
44
44
1. fork this repo
45
-
2. clone the forked repo from your github using the command `git clone https://github.com/username/Social-Platform-Donut.git`dont forget to replace the username in the URL
45
+
2. clone the forked repo from your GitHub using the command `git clone https://github.com/username/Social-Platform-Donut.git`don't forget to replace the username in the URL
@@ -57,14 +57,23 @@ To get this project running locally on your machine follows the steps below in o
57
57
```shell
58
58
npm install
59
59
```
60
-
61
-
and then run this command to run on local
60
+
5.Setting up the local database instance
61
+
You need to have a MongoDB atlas account to create local
62
+
https://www.youtube.com/watch?v=KKyag6t98g8
63
+
Check out the above link to setup MongoDB atlas.
64
+
The mongodb URL should be pasted in credential.js files.
65
+
66
+
6. run this command to run on local
62
67
63
68
```shell
64
69
nodemon server.js
65
70
```
71
+
or
72
+
```shell
73
+
node server.js
74
+
```
66
75
67
-
HURRAY! you have done it just start contributing to the project..
76
+
HURRAY! you have done it just start contributing to the project.
68
77
69
78
Now open your browser and type the link `http://localhost:3000` to continue viewing project.
70
79
@@ -86,7 +95,7 @@ For windows user, run this command using [git bash](https://git-scm.com/download
86
95
**Commits**
87
96
* Write clear meaningful git commit messages (Do read http://chris.beams.io/posts/git-commit/)
88
97
* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests )
89
-
* When you make very very minor changes to a PR of yours (like for example fixing a failing travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterwards so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git )
98
+
* When you make very very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git )
90
99
* When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.
0 commit comments