Skip to content

damirtag/NovaBlog

Repository files navigation

NovaBlog

Simple CRUD web app that allows user to write goofy ahh posts

P.S.

This pet-project is still develops so judge gently

  1. Clone the repository and go to the project root.
git clone https://github.com/damirTAG/NovaBlog.git
cd NovaBlog
  1. Start Docker containers:
docker-compose up -d --build
  1. Install PHP dependencies (inside the app container):
docker exec -it app composer install
  1. Copy .env file and generate app key:
cp .env.example .env
docker exec -it app php artisan key:generate
  1. Run database migrations:
docker exec -it app php artisan migrate
  1. Install frontend dependencies and run Vite:
npm install
npm run dev

Access the application:

App: http://localhost

Public API Docs: http://localhost/api/documentation

About

Blogging web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published