Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)