Giter Club home page Giter Club logo

givelightfoundation's Introduction

Setup

Step 1: Installation

npm install
npm run build

Step 2: Project configuration

Fill in required config data

  • config/example.* remove example.
  • Fill out required data

Step 3: Database Setup

Connecting to a local mongoDB database (recommended)

Connecting to the production database

  • In the root of your app folder, create a folder called config if it doesn't already exist.
  • Under the config folder create a file called secret.json
  • In secret.json, add the mongoDB password as mongoDbPassword

Step 3: Launch

mongod
npm start

Step 4: Browse

URL: http://localhost:3000/

Live Demo

https://givelight.herokuapp.com/

Admin user setup

Admin users have the ability to perform adiminstrative actions such as view the list of all users. To add an admin user:

  1. Connect to the database with a tool such as robomongo https://robomongo.org/
  2. Open the 'user' collection
  3. Add the 'isAdmin' property to the user you want to promote to adminstrator and set its value to true.

On the next login that user will have admin priviledges.

givelightfoundation's People

Contributors

jmstudiosjoe avatar naderchehab avatar raghumurugesan avatar nbhambhani avatar fmohmedhussainal avatar

Watchers

Hussain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.