Skip to content

codetrial/wish-todo-spring

Repository files navigation

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