-
Notifications
You must be signed in to change notification settings - Fork 220
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
1097d88
commit 135fe0e
Showing
1,814 changed files
with
15,423 additions
and
108,344 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,173 +1,68 @@ | ||
<div align="center"> | ||
|
||
<img height=200px src="./READMEassets/doughnut.png"> | ||
|
||
<h1>DONUT</h1> | ||
|
||
codeuino's open source social platform <br><br> | ||
|
||
[![Slack Status](https://img.shields.io/badge/slack-chat-yellow.svg?logo=slack)](https://codeuino.slack.com) [![PRs Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?logo=github)](http://makeapullrequest.com) [![Issues Open](https://img.shields.io/github/issues-raw/codeuino/Social-Platform-Donut.svg?color=orange&logo=github)](https://github.com/codeuino/Social-Platform-Donut/issues) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?logo=github)](https://www.gnu.org/licenses/gpl-3.0) | ||
|
||
</div> | ||
|
||
#### For frontend of this repo move to [this](https://github.com/codeuino/frontened) repository. | ||
|
||
<div align='center'> | ||
<img style="border:1px black solid;" height=165px src="READMEassets/signup_community.png"> | ||
<img style="border:1px black solid;" height=165px src="READMEassets/landing.gif"> | ||
<img style="border:1px black solid;" height=165px src="READMEassets/signup_user.png"> | ||
<img style="border:1px black solid;" height=165px src="READMEassets/feeds.png"> | ||
<img style="border:1px black solid;" height=165px src="READMEassets/edit_profile.png"> | ||
<img style="border:1px black solid;" height=165px src="READMEassets/dashboard.png"> | ||
</div> | ||
|
||
|
||
What is Donut? | ||
-------- | ||
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. | ||
|
||
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. | ||
It is built on Node.js and utilizing mongoose as a database. | ||
|
||
Technical Features | ||
-------------------- | ||
* Sign Up / Login Authentication | ||
* Node.js basic Password Authentication ( Uses Unique email and Password ) | ||
* Third party access login | ||
* Sign Up as a User and Organisation | ||
* Write any Post that acts as a Feed ( with various formatting tools, tags effect, etc ) | ||
* Propose any project that a person wants to raise as researched under various organizations and experts. | ||
* Write Events and get updates of various Events happening around. | ||
* Scholarship Raiser, Open Source Internships. | ||
* Open up the environment for the discussion through integrated Discussion platform | ||
* Act with Open Stat | ||
* Appropriate Dashboard with most APIs Activities log of projects and other things. | ||
* Sourced Packaged, Custom made software ( can be changed according to needs after downloading it. | ||
* Provides various opportunities to integrate many other Open Source projects recognized by organizations | ||
|
||
|
||
|
||
Installation | ||
------------ | ||
|
||
[![NODE JS](http://img.shields.io/badge/NodeJS-required-teal.svg?logo=node.js)](https://nodejs.org/en/) [![NPM](http://img.shields.io/badge/npm-required-red.svg?logo=npm)](http://npmjs.com/) | ||
|
||
To get this project running locally on your machine follows the steps below in order: | ||
|
||
1. fork this repo | ||
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 | ||
|
||
![fork-and-clone](READMEassets/forking-the-repo.gif) | ||
|
||
3. Checkout to the development branch | ||
|
||
```shell | ||
git checkout development | ||
``` | ||
|
||
4. Setting up the project locally. | ||
|
||
```shell | ||
npm install | ||
``` | ||
|
||
5. Setting up the local database instance | ||
|
||
You need to have a MongoDB atlas account to create local database. | ||
Check out [this link](https://www.youtube.com/watch?v=KKyag6t98g8) to setup MongoDB atlas. | ||
The mongodb URL should be pasted in `credential.js` files. | ||
|
||
|
||
|
||
6. run this command to run on local | ||
|
||
```shell | ||
nodemon server.js | ||
``` | ||
or | ||
```shell | ||
node server.js | ||
``` | ||
|
||
HURRAY! you have done it just start contributing to the project. | ||
|
||
Now open your browser and type the link `http://localhost:3000` to continue viewing project. | ||
|
||
Setting Up Database | ||
------------ | ||
|
||
|
||
[![MongoDB](http://img.shields.io/badge/Mongo-DB-green.svg?logo=mongodb)](https://www.mongodb.com/download-center/community) | ||
|
||
Make sure you have MongoDB installed on your computer. If not get it here [MongoDB Community Server](https://www.mongodb.com/download-center/community) | ||
|
||
1. Open the terminal, locate the "scripts" folder and run the dbcreater.sh | ||
|
||
```shell | ||
bash dbcreater.sh | ||
``` | ||
|
||
Note: For windows user, run this command using [git bash](https://git-scm.com/download/win) | ||
|
||
|
||
## Contributions Best Practices | ||
|
||
[![GitHub issues](https://img.shields.io/github/issues/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/issues) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/codeuino/Social-Platform-Donut?logo=git&logoColor=white) ![GitHub contributors](https://img.shields.io/github/contributors/codeuino/Social-Platform-Donut?logo=github) | ||
|
||
**Commits** | ||
* Write clear meaningful git commit messages (Do read [this](http://chris.beams.io/posts/git-commit/)). | ||
* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (Check [this](https://github.com/blog/1506-closing-issues-via-pull-requests) for more info) | ||
* 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 [here](https://davidwalsh.name/squash-commits-git)) | ||
* 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. | ||
## Community | ||
[![GitHub forks](https://img.shields.io/github/forks/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/network) [![GitHub stars](https://img.shields.io/github/stars/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/stargazers) ![GitHub last commit](https://img.shields.io/github/last-commit/codeuino/Social-Platform-Donut?logo=github) | ||
All feedback and suggestions are welcome! | ||
* 💬 Join the community on [Slack](https://join.slack.com/t/codeuino/shared_invite/enQtMzcxOTQwNzE4NzcxLWEyNzUxYjI0ZThiNWUyYWI5MzJlMTNmODMxN2NjMTcxODJkZmFhNTVkYmUyOTQ1YzgzNTlmMTVkYzVhMzdmNTQ ) | ||
* 📣 Stay up to date on new features and announcements on the following: | ||
- [@Mailing List](codeuino-devel@googlegroups.com). | ||
- [@Discussion Portal](https://groups.google.com/d/forum/codeuino-devel). | ||
- [@Codeuino Wiki](wiki.codeuino.org). | ||
## Sponsors/Partners | ||
Support this project by becoming a sponsor/collaborator/partner/contributors. | ||
[[Become a sponsor](https://codeuino.org/)] | ||
#### Current | ||
| <a href="https://www.womenwhocode.com/"><img src="https://secure.meetupstatic.com/photos/event/2/6/d/b/600_456849947.jpeg" width="200px" height="100px"></a> | <a href="https://www.digitalocean.com/"><img src="https://upload.wikimedia.org/wikipedia/commons/f/ff/DigitalOcean_logo.svg" width="200px" height="100px"></a> | | ||
|:-:|:-:| | ||
## Licensing | ||
[![GitHub license](https://img.shields.io/github/license/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/blob/master/LICENSE) | ||
<b>Donut An Open Source Social Collaborating platform is a web Based framework Software, | ||
Copyright (C) < 2018 Codeuino Contributors > | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License V3 as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details at OSI <https://opensource.org/licenses/GPL-3.0> | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see [this](http://www.gnu.org/licenses/). | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/codeuino?style=social)](https://twitter.com/codeuino) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/codeuino/Social-Platform-Donut) | ||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
|
||
## Available Scripts | ||
|
||
In the project directory, you can run: | ||
|
||
### `npm start` | ||
|
||
Runs the app in the development mode.<br /> | ||
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. | ||
|
||
The page will reload if you make edits.<br /> | ||
You will also see any lint errors in the console. | ||
|
||
### `npm test` | ||
|
||
Launches the test runner in the interactive watch mode.<br /> | ||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. | ||
|
||
### `npm run build` | ||
|
||
Builds the app for production to the `build` folder.<br /> | ||
It correctly bundles React in production mode and optimizes the build for the best performance. | ||
|
||
The build is minified and the filenames include the hashes.<br /> | ||
Your app is ready to be deployed! | ||
|
||
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. | ||
|
||
### `npm run eject` | ||
|
||
**Note: this is a one-way operation. Once you `eject`, you can’t go back!** | ||
|
||
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. | ||
|
||
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. | ||
|
||
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. | ||
|
||
## Learn More | ||
|
||
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). | ||
|
||
To learn React, check out the [React documentation](https://reactjs.org/). | ||
|
||
### Code Splitting | ||
|
||
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting | ||
|
||
### Analyzing the Bundle Size | ||
|
||
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size | ||
|
||
### Making a Progressive Web App | ||
|
||
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app | ||
|
||
### Advanced Configuration | ||
|
||
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration | ||
|
||
### Deployment | ||
|
||
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment | ||
|
||
### `npm run build` fails to minify | ||
|
||
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.