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
#### For frontend of this repo move to this repository https://github.com/codeuino/frontened
17
14
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.
Being inspired by the Cornucopia of various social hub this project has been developed taking into consideration about open source.
28
+
29
+
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.
30
+
31
+
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.
32
+
33
+
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
34
It is built on Node.js and utilizing mongoose as a database.
To get this project running locally on your machine follows the steps below in order:
43
57
44
58
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` don't forget to replace the username in the URL
59
+
2. clone the forked repo from your GitHub
60
+
using the command `git clone https://github.com/username/Social-Platform-Donut.git` don't forget to replace the username in the URL
You need to have a MongoDB atlas account to create local
62
79
https://www.youtube.com/watch?v=KKyag6t98g8
63
80
Check out the above link to setup MongoDB atlas.
64
81
The mongodb URL should be pasted in credential.js files.
65
-
66
-
6. run this command to run on local
67
82
68
-
```shell
69
-
nodemon server.js
70
-
```
71
-
or
72
-
```shell
73
-
node server.js
74
-
```
83
+
84
+
85
+
6. run this command to run on local
86
+
87
+
```shell
88
+
nodemon server.js
89
+
```
90
+
or
91
+
```shell
92
+
node server.js
93
+
```
75
94
76
95
HURRAY! you have done it just start contributing to the project.
77
96
@@ -81,13 +100,13 @@ Setting Up Database
81
100
------------
82
101
Make sure you have MongoDB installed on your computer. If not get it here [MongoDB Community Server](https://www.mongodb.com/download-center/community)
83
102
84
-
1- Open the terminal, locate the "scripts" folder and run the dbcreater.sh
103
+
1. Open the terminal, locate the "scripts" folder and run the dbcreater.sh
85
104
86
-
```shell
87
-
bash dbcreater.sh
88
-
```
105
+
```shell
106
+
bash dbcreater.sh
107
+
```
89
108
90
-
For windows user, run this command using [git bash](https://git-scm.com/download/win)
109
+
Note: For windows user, run this command using [git bash](https://git-scm.com/download/win)
0 commit comments