Giter Site home page Giter Site logo

mendelb / northstar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codal-sara/user-api

0.0 0.0 0.0 2.12 MB

:sparkles: The DoSomething.org user & identity service.

Home Page: https://profile.dosomething.org

License: MIT License

Ruby 0.33% PHP 91.61% ApacheConf 0.07% JavaScript 2.10% CSS 1.14% HTML 4.76%

northstar's Introduction

Northstar wercker status StyleCI

This is Northstar, the DoSomething.org user & identity service. It's our single "source of truth" for member information. Northstar is built using Laravel 5.3 and MongoDB.

Getting Started

Check out the API Documentation to start using Northstar! ✨

Contributing

Fork and clone this repository, and add it to your Homestead.

# Make public & private RSA keys:
$ openssl genrsa -out storage/keys/private.key 1024
$ openssl rsa -in storage/keys/private.key -pubout -out storage/keys/public.key
$ chmod 600 storage/keys/{public,private}.key

# Install dependencies:
$ composer install && npm install
    
# Copy the default environment variables:
$ cp .env.example .env

# Make app key & run database migrations:
$ php artisan key:generate
$ php artisan migrate

# And finally, build the frontend assets:
$ npm run build

You can seed the database with test data:

$ php artisan db:seed

You may run unit tests locally using PHPUnit:

$ vendor/bin/phpunit

We follow Laravel's code style and automatically lint all pull requests with StyleCI. Be sure to configure EditorConfig to ensure you have proper indentation settings.

Consider writing a test case when adding or changing a feature. Most steps you would take when manually testing your code can be automated, which makes it easier for yourself & others to review your code and ensures we don't accidentally break something later on!

Security Vulnerabilities

We take security very seriously. Any vulnerabilities in Northstar should be reported to [email protected], and will be promptly addressed. Thank you for taking the time to responsibly disclose any issues you find.

License

©2017 DoSomething.org. Northstar is free software, and may be redistributed under the terms specified in the LICENSE file. The name and logo for DoSomething.org are trademarks of Do Something, Inc and may not be used without permission.

northstar's People

Contributors

dfurnes avatar chloealee avatar jonuy avatar angaither avatar weerd avatar blisteringherb avatar sbsmith86 avatar codal-sara avatar scottpaillant avatar mshmsh5000 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.