Code Monkey home page Code Monkey logo

better-urls's Introduction

Welcome to Better Urls.

How to access the project:



Used technologies:

  • Nodejs/Expressjs for the backend.
  • Google Auth0 based strategy for authentication.
  • MongoDB Atlas for the database ( for the session store ).
  • Ejs for the server side rendering template engine. (SSR)
  • HTML/CSS/SCSS for the views look.
  • Git for source code control.


How to contribute:

In short you need to:

  • Fork the project.
  • Clone the forked repo locally.
  • Add some great stuff locally, push to your forked repo.
  • Then fire up a pull request to this repo.

For more details, here are the steps to follow along.

  • First, fork the project on github.

  • Use git to clone & setup your forked project locally.


    # after cloning, navigate to the project

    # to sync with origin
    git remote add upstream <main_repo_url>
    git remote add origin <your_forked_repo_url>
    
    # to setup your locat dev branch
    git branch your_local_branch
    git checkout your_local_branch

    # to add your changes
    git add *
    git commit -m "+your_local_branch: your commit here"

    # push to your forked repo
    git push origin your_local_branch


  • Now, that your work is on github, you can go ahead & fire up a pull request.

After doing so, I will be prompted to review your code to see if it will be merged or not. Thanks for your hard work & take care!


Also by doing so, if any updates are made to the main repo master branch, you can easily get the latest updates with git pull upstream master


better-urls's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

anubhav1206

better-urls's Issues

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.