An open API service indexing awesome lists of open source software.

https://github.com/smuibrig/petition

This project aims to bring the beloved UBER JUMP bikes back by collecting signatures from enthusiastic users. The app also enables registered users to see who else signed the petition.
https://github.com/smuibrig/petition

express javascript nodejs sql vuejs

Last synced: 3 months ago
JSON representation

This project aims to bring the beloved UBER JUMP bikes back by collecting signatures from enthusiastic users. The app also enables registered users to see who else signed the petition.

Awesome Lists containing this project

README

          

# UBER JUMP petition

### About
In early 2020 UBER JUMP bikes disappeared from our streets. This project aims to bring the beloved e-bikes back by collecting signatures from enthusiastic users. The app also enables registered users to see who else signed the petition.

Frameworks/systems: Vue.js, SQL, Node.js/Express, Handlebars

### Demo
This project was deployed online: [jump-petition](https://jump-petition.herokuapp.com/register).

### Development

To fork and work with this project follow these steps:

```
# Clone the repository
git clone https://github.com/smuibrig/petition

# Go inside the directory
cd petition

# Install dependencies
npm install

# Start development server
node index.js

```