Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivaniscoding/dragonstore
An e-commerce website for selling digital games built with Node.js and Express
https://github.com/ivaniscoding/dragonstore
express handlebars js node nodejs sql-server
Last synced: 18 days ago
JSON representation
An e-commerce website for selling digital games built with Node.js and Express
- Host: GitHub
- URL: https://github.com/ivaniscoding/dragonstore
- Owner: IvanIsCoding
- Created: 2020-11-15T21:04:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T20:04:38.000Z (over 3 years ago)
- Last Synced: 2024-10-11T09:34:56.710Z (about 1 month ago)
- Topics: express, handlebars, js, node, nodejs, sql-server
- Language: JavaScript
- Homepage:
- Size: 2.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragonStore [![Node.js](https://img.shields.io/badge/-Node.js-darkgreen)](https://github.com/topics/nodejs) [![Express](https://img.shields.io/badge/-Express-blue)](https://github.com/topics/express) [![Handlebars](https://img.shields.io/badge/-Handlebars-orange)](https://github.com/topics/handlebars) [![SQL Server](https://img.shields.io/badge/-SQL%20Server-red)](https://github.com/topics/sql-server)
DragonStore is a e-commerce platform for selling digital games. It sells game codes on a user-friendly website with a dark-themed UI, a reliable database, all of that hosted on the cloud.
## Setting up
### Docker
All setup is done via Docker. To run the code, just execute:
```
docker-compose up
```After running the above command, access the store via the `localhost` address.
## Built With
* [Node.js](https://nodejs.org/) and [Express](https://expressjs.com/) - Back End
* [SQL Server](https://www.npmjs.com/package/mssql) - Database
* [Handlebars](https://handlebarsjs.com/) - Template rendering## Authors
- [Ivan Carvalho](https://github.com/IvanIsCoding)
- [Rick Feng](https://github.com/Rick-Feng-u)
- [Elias Pinno](https://github.com/EliasPinno)
- [Sean Roarty](https://github.com/sroarty)