Skip to content

le4ndro/Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Install front-end dependencies
$ bower install
  1. Run the application
$ ./mvnw spring-boot:run

or (on Windows)

$ ./mvnw.cmd spring-boot:run
  1. Point to http://localhost:8080 on your browser

Deployment

  1. Create an executable jar
$ mvn package
  1. Run the application
$ java -jar target/Snippets-0.0.1-SNAPSHOT.jar

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Leandro Souza - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • This project is in development

About

Snippets app using Spring Boot, MongoDB and AngularJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published