Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferson1104/digital-wallet-meteorjs
Project of a digital wallet developed using the Meteor framework
https://github.com/jefferson1104/digital-wallet-meteorjs
fullstack-javascript javascript meteor meteorjs node nodejs react reactjs
Last synced: 15 days ago
JSON representation
Project of a digital wallet developed using the Meteor framework
- Host: GitHub
- URL: https://github.com/jefferson1104/digital-wallet-meteorjs
- Owner: jefferson1104
- Created: 2022-06-22T16:05:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T18:47:36.000Z (over 2 years ago)
- Last Synced: 2024-10-10T11:23:29.039Z (about 1 month ago)
- Topics: fullstack-javascript, javascript, meteor, meteorjs, node, nodejs, react, reactjs
- Language: JavaScript
- Homepage: https://digital-wallet-jefferson1104.meteorapp.com/
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MeteorJS Digital Wallet Project
### About project
This is a project made in the meteorJS course, it is a digital wallet with functions to add and transfer values, add contacts among other functions, and the purpose of the project was to test the technologies of the fullstack meteor framework.### Run this project
```bash
# clone this project
$ git clone https://github.com/jefferson1104/digital-wallet-meteorjs.git# access the project folder
$ cd digital-wallet-meteorjs# install dependencies and run project
$ meteor# access project client in your browser
localhost:3000# access mongodb database using a client
localhost:3001# access mongodb with the command line
$ meteor mongo
```### Screenshots