https://github.com/extrabb/mancala
A Spring/Angular web application to play Mancala
https://github.com/extrabb/mancala
angular java spring typescript
Last synced: 2 months ago
JSON representation
A Spring/Angular web application to play Mancala
- Host: GitHub
- URL: https://github.com/extrabb/mancala
- Owner: ExtraBB
- Created: 2019-02-09T12:48:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T16:21:22.000Z (over 7 years ago)
- Last Synced: 2026-04-07T18:35:50.253Z (2 months ago)
- Topics: angular, java, spring, typescript
- Language: Java
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mancala
This project is a Spring/Angular web application to play Mancala using websockets. Test the websockets by running the website in 2 different browsers :)
## Installation
- Make sure you have Node.JS installed and update the node and npm versions in `mancala-angular/build.gradle` to match yours.
- Install the angular cli globally: `npm i @angular/cli -g`
## Running the application
Both the angular app and api server are served from the Spring backend.
To start the application, run the following from the root folder:
UNIX:
```
./gradlew bootRun
```
Windows:
```
gradlew.bat bootRun
```
## To Do's
The following items, I would like to have done but didn't have time for unfortunately:
- Writing Unit tests
- Setting up a CI/CD pipeline