AraanBranco / Social-Platform-Donut

This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donut

Slack Status PRs Welcome

codeuino


What is Donut?

Donut is a social platform from Codeuino, built on Node.js and utilizing mongoose as database.

A Social Networking Platform provided to 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

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 SIgn Up
  • Write any Post that act as a Feed ( with various formatting tools, tags effect, etc )
  • Propose any project that a person wants to raise as a researched under various organisations and experts.
  • Write Events and Be updated of various Events happening around with forms
  • 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 change according to needs after downloading it.
  • Provides various opportunities to integrate many other Open Source projects recognised by organisations

Installation

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 dont forget to replace the username in the URL

fork-and-clone

  1. Setting up the project locally.
npm install --save

and then run this command

nodemon server.js

Now open your browser and type the link http://localhost:3000 to continue viewing project.

local-setup-gif

Contributions Best Practices

Commits

  • Write clear meaningful git commit messages (Do read 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. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests )
  • 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 )
  • 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

All feedback and suggestions are welcome!

Sponsors/Partners

Support this project by becoming a sponsor/collaborator/partner/contributors. [Become a sponsor]

Current

Licensing

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 http://www.gnu.org/licenses/.

About

This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects


Languages

Language:HTML 87.7%Language:JavaScript 6.4%Language:CSS 5.8%