Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bluzi/marvel-duel-ii

Create duels between Marvel superheroes
https://github.com/bluzi/marvel-duel-ii

angular angular-4 bulma client-server expressjs javacsript mongodb typescript

Last synced: about 2 months ago
JSON representation

Create duels between Marvel superheroes

Awesome Lists containing this project

README

        

Marvel Duel II
===============
Create duels between Marvel superheroes

## Instructions
* Install Angular CLI - `npm i -g @angular/cli`
* Clone this repository, and navigate to the repository folder
* Navigate to the server directory, run `npm install` and then `npm start`
* Now the server should be up and running
* Navigate to the client directory, run `npm install` and then `ng serve`
* Navigate to http://localhost:4200
* Enjoy

## Tech
### Client
* Angular 4
* TypeScript 2.3
* Bulma ( http://bulma.io )

### Server
* ExpressJS
* JavaScript
* MongoDB (Hosted on mlab.com)