Snippets app using Spring Boot, MongoDB and AngularJS
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.
What things you need to install the software
- Java JDK 8
- Node.js
- MongoDB Database
- Bower
- Clone this repository
$ git clone https://github.com/le4ndro/Snippets.git
$ cd Snippets
- Install front-end dependencies
$ bower install
- Run the application
$ ./mvnw spring-boot:run
or (on Windows)
$ ./mvnw.cmd spring-boot:run
- Point to http://localhost:8080 on your browser
- Create an executable jar
$ mvn package
- Run the application
$ java -jar target/Snippets-0.0.1-SNAPSHOT.jar
- Spring Boot - The web framework used
- AngularJS - Front-end framework
- Bootstrap - Html framework
- Bower - Client side packages
- Maven - Dependency Management
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Leandro Souza - Initial work
This project is licensed under the MIT License - see the LICENSE file for details
- This project is in development