Giter Club home page Giter Club logo

noterious's Introduction

Noterious

Noterious

Welcome to the Noterious app. It is built using AngularJS with Firebase as the backend. If you would like to see it in action, visit http://noterio.us; if you want to run it locally, read on!

Prerequisites

Before you start, you will need:

Get the Code

Now go ahead and download the code.

git clone https://github.com/simpulton/noterious.git
cd noterious

Setting up Firebase

To start off, you will need to set up an account with Firebase:

  • Navigate to firebase.com and click Sign Up
  • Create an app (named whatever you want)
  • Click on your new app's URL
  • Navigate to the Login & Auth section of your dashboard and check the Enable Email & Password Authentication checkbox.
  • Navigate to the data tab and then copy the URL from your address bar. It should have the form of https://<your-app-name>.firebaseio.com.
  • Open the src/app/noterious.js file and replace the ENDPOINT_URI constant with the URL you copied. MAKE SURE there is a trailing slash at the end of the URL.
  • Open the src/app/common/services/auth-service.js and modify config according to the template you can find on https://console.firebase.google.com/project/<your-app-name>/settings/general/ clicking Add Firebase to your web app button

Run the App

Next, you need to install all of your dependencies.

npm install

And install and run the serve package so you can build the app.

npm install -g serve
serve src/

Navigate to http://localhost:3000 and view the gloriousness that is Noterious!

Testing

Noterious uses Gulp for running tests. You can start a TDD workflow with gulp tdd.

Note: you must have Gulp CLI installed in order to run the tests with gulp. If you do not have it installed globally, run npm install -g gulp-cli or use the method below.

If you prefer to use the local installation of gulp managed by npm, you can start the TDD workflow with

node ./node_modules/gulp/bin/gulp.js tdd

For continuous integration, you can execute tests with gulp test or npm test.

noterious's People

Contributors

bvsatyaram avatar jdgarvey avatar matsko avatar patrickjs avatar skuenzli avatar tstechly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

noterious's Issues

Potential Security Issue

👋 Hello, we've received a report for a potential critical severity security issue in your repository.

Next Steps

1️⃣ Visit https://huntr.dev/bounties/1-other-simpulton/noterious for more advisory information.

2️⃣ Sign-up to validate or speak to the researcher for more assistance.

3️⃣ Propose a patch or outsource it to our community.


Confused or need more help?

  • Join us on our Discord and a member of our team will be happy to help! 🤗

  • Speak to a member of our team: @JamieSlome


This issue was automatically generated by huntr.dev - a bug bounty board for securing open source code.

Gulp automation.

Hi,

This is not really an issue. I really loved the talk and am setting up my next project using your architecture, however the biggest block i've reached is setting up a good gulp automation for this architecture. I wanted to get an idea of when you're planning on setting up a gulp automation for this? If you don't have time for this, do you have any suggestions for me to get started with gulp automation? I also checked out your tutorial on this on egghead but it only has two videos, which on their own are not helpful.

Thank you!

When you refresh the page, you get the wrong boards

If you create an account and login and create new boards, you see the right boards. But if you then refresh the page using the browser refresh button, your boards all change to something that does not seem to be yours. However, if you try to log in again after logging out, you get the right boards again. Why is that happening?

If you create a new board after refreshing the page, your list will be updated with the correct boards even though initially you would get the wrong ones.

These are the correct boards for a certain account:
correct_boards

These are the wrong boards that appear if you refresh the page:
wrong_boards

Note: I just used noterious's own Firebase backend and not my own.

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.