This application is a project set up to apply my knowledge of Nuxt.js and refresh my knowledge of REST API development with Spring Boot.
Clone this repository and make sure to install the dependencies:
Go to frontend and run :
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run devInstall Gradle Dependency and Run the main Java Class : SecretApplication.java
- AUTH FUNCTIONALITIES (Login / Logout / Register)
- CREATE / DELETE / EDIT <- (coming soon ...) ARTICLES
- See your articles
Thank you for reading and dont forget to give a star ... ⭐️


