Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waxer59/qrcreator
https://github.com/waxer59/qrcreator
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/waxer59/qrcreator
- Owner: Waxer59
- Created: 2022-08-10T02:34:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T12:07:57.000Z (about 1 year ago)
- Last Synced: 2024-04-09T14:57:53.804Z (7 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QrCreator
QrCreator as its name says is a qr's creator in which you can download the qr# Run this proyect in dev mode
1. Install all project dependencies with the command:
```
npm i
```2. Start the project with the command:
```
npm run dev
```# Technologies used
* Node
* Express
* Mongo## Note
* You will need to have [nodemon](https://www.npmjs.com/package/nodemon) installed to run this project.