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
- Host: GitHub
- URL: https://github.com/le4ndro/snippets
- Owner: le4ndro
- License: mit
- Created: 2018-03-03T16:51:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T17:36:26.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T06:13:26.019Z (11 months ago)
- Topics: angularjs, bootstrap3, bower, mongodb, spring-boot
- Language: Shell
- Homepage: https://github.com/le4ndro/Snippets
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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