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.
- Host: GitHub
- URL: https://github.com/smuibrig/petition
- Owner: smuibrig
- License: mit
- Created: 2020-08-02T12:23:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T19:07:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T05:42:54.452Z (over 1 year ago)
- Topics: express, javascript, nodejs, sql, vuejs
- Language: JavaScript
- Homepage: https://jump-petition.herokuapp.com/register
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```