An open API service indexing awesome lists of open source software.

https://github.com/knowledgefactory4u/micronaut

Micronaut exercise
https://github.com/knowledgefactory4u/micronaut

java micronaut

Last synced: 9 months ago
JSON representation

Micronaut exercise

Awesome Lists containing this project

README

          

How to run the micronaut application in your local machine?

Step 1: Clone or download the code

Step 2: Open the project using your favourite IDE. I am using IntelliJ IDEA.

Step 3: Start the application in your local:

Run as Java application

or

Maven: mvn mn:run

####################################################################################

How to run the Angular - Frontend application in your local machine?

Download the dependencies using the following command

npm install

Run the frontend application using the following command

ng serve

Hit http://localhost:4200 link in a browser that will host this Angular 10 CRUD app.

###################################################################################

How to run the Vue - Frontend application in your local machine?

Download the dependencies using the following command

npm install

Run the frontend application using the following command

npm run serve

App running at
- Local:http://localhost:8080/

###################################################################################

How to run the React JS - Frontend application in your local machine?

Download the dependencies using the following command

npm install

Run the frontend application using the following command

npm start