Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


MeteorJS Digital Wallet Project



technology
technology
technology
technology

wongames

### 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