Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
71 lines (43 loc) · 1.36 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.36 KB

Wishtodo Spring Service

License PRs Welcome

A classic todo service based on Jhipster and Spring.

Docs

⚡ Live Demo | 📖 Docs

Screen Capture

Screen Capture

QuickStart

Development

To start your application in the dev profile, simply run:

npm install

./mvnw
npm start

Building for production

To optimize the wishtodo application for production, run:

./mvnw -Pprod clean package

To ensure everything worked, run:

java -jar target/*.war

Testing

To launch your application's tests, run:

./mvnw clean test

Core Features

  • 📻 Restful
  • 🔎 GraphQL
  • 👻 Microservice

Contributing

Looking forward to your pull requests.

Built With

License

MIT

Copyright (c) 2018 - present, Felix Yang