https://github.com/neil-ptr/voucher
An app to gain benefits and deals to businesses through subscription
https://github.com/neil-ptr/voucher
angular express mean-stack mongodb nodejs website
Last synced: 2 months ago
JSON representation
An app to gain benefits and deals to businesses through subscription
- Host: GitHub
- URL: https://github.com/neil-ptr/voucher
- Owner: neil-ptr
- License: mit
- Created: 2020-05-07T18:47:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:39:13.000Z (over 3 years ago)
- Last Synced: 2025-06-20T02:37:41.390Z (12 months ago)
- Topics: angular, express, mean-stack, mongodb, nodejs, website
- Language: JavaScript
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Development halted due to nonviability in the market
# Voucher 🎟
An app to support local businesses
# The Team
* Neilzon
* Shanuk
# Planning Documents
https://drive.google.com/drive/folders/1pl936AMppFH5impBr_G3cHvczcvQl6ex?usp=sharing
# Prerequisites
* Node 12.X.X
* NPM 6.X.X
* Angular CLI 9.X.X
# How To Run Locally
1. `git clone` to some directory
2. open up terminal and cd into /backend
3. Ask Neilzon for the `.env` file to place in /backend
4. run `npm i` to install dependencies
5. run `node generateKeypair.js` to get public and private keys
6. run `npm run dev`
7. open another terminal and cd into /frontend
8. run `npm i`
9. run `ng serve`
10. open browser and go to http://localhost:4200 or whatever port Angular opens up on