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

https://github.com/le4ndro/snippets

Snippets app using Spring Boot, MongoDB and AngularJS
https://github.com/le4ndro/snippets

angularjs bootstrap3 bower mongodb spring-boot

Last synced: 10 months ago
JSON representation

Snippets app using Spring Boot, MongoDB and AngularJS

Awesome Lists containing this project

README

          

# Snippets
Snippets app using Spring Boot, MongoDB and AngularJS

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

What things you need to install the software

* Java JDK 8
* Node.js
* MongoDB Database
* Bower

### Installing

1. Clone this repository

```
$ git clone https://github.com/le4ndro/Snippets.git
$ cd Snippets
```

2. Install front-end dependencies

```
$ bower install
```

3. Run the application

```
$ ./mvnw spring-boot:run
```

or (on Windows)

```
$ ./mvnw.cmd spring-boot:run
```

4. Point to http://localhost:8080 on your browser

## Deployment

1. Create an executable jar

```
$ mvn package
```

2. Run the application

```
$ java -jar target/Snippets-0.0.1-SNAPSHOT.jar
```

## Built With

* [Spring Boot](https://docs.spring.io/spring-boot/docs/1.3.1.RELEASE/reference/htmlsingle/) - The web framework used
* [AngularJS](https://angularjs.org/) - Front-end framework
* [Bootstrap](http://getbootstrap.com/docs/3.3/) - Html framework
* [Bower](https://bower.io/) - Client side packages
* [Maven](https://maven.apache.org/) - Dependency Management

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).

## Authors

* **Leandro Souza** - *Initial work*

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* This project is in development