May i add other node4 presentation projects to nodejs sample set???

Issue #10 closed
Former user created an issue

I have a Node4 presentation coming up to demonstrate building a combined REST API and GUI interface project using express. Also fit it into Apache. Also demonstrate complete separation of team tasks between GUI and API (not using jade/pug).

Can i store/append additional directories with code for presentations for download?

Comments (6)

  1. Aaron Bartell

    Ditto what Bill said. All contribs are welcome. We can reorganize the repo in the future if we get a lot of contributions. For now go ahead and create any folders you deem necessary.

  2. Former user Account Deleted reporter

    Mmm ... i can't seem to push ...

    adc@oc7083008330 nodejs]$ git add .
    [adc@oc7083008330 nodejs]$ git commit -m 'node4 async DB2 REST api server with connection pooling using express and existing Apache site'
    [master 0889f1e] node4 async DB2 REST api server with connection pooling using express and existing Apache site
     28 files changed, 2112 insertions(+), 0 deletions(-)
    
    [adc@oc7083008330 nodejs]$ git push
    error: The requested URL returned error: 403 Forbidden while accessing https://rangercairns:pwd@bitbucket.org/litmis/nodejs.git/info/refs
    
    fatal: HTTP request failed
    
  3. Aaron Bartell

    @rangercairns, you now have write access to the repo.

    For others reading this post in the future please issue pull requests.

  4. Former user Account Deleted reporter

    Ok, i added my bears tutorial. Jam packed full of lots of things people may not consider that may help build good applications.

    BTW -- Thanks for special treatment allow git push into master. Did not occur to me you may want to control the 'sample contributions' with pull requests. If you want me to play 'git pull' ball, you will have to let me know.

  5. Aaron Bartell

    If you want me to play 'git pull' ball, you will have to let me know.

    You've earned your direct-git-commit badge because you can clean things up if you break them ;-)

    Also, a tweet has been created in honor of this tutorial.

  6. Log in to comment