Giter VIP home page Giter VIP logo

nuxt-3-blog's Introduction

Backend OR Api Project setup

Clone the [API Project ]

  git clone https://github.com/tarikulIslamNahid/laravel-9-blog-api.git $PROJECT_NAME

Go to the project directory

  cd $PROJECT_NAME

Install Composer Dependencies

composer install

Create a copy of your .env file

cp .env.example .env

In the .env file, add database information to allow Laravel to connect to the database

terminal run:

php artisan key:generate
php artisan config:clear
php artisan optimize:clear

Migrate & Seed the database. | seed is important to create user

php artisan migrate:fresh --seed

Start the server

  php artisan serve

Check Api Documentation

App\api-docs

Frontend Project setup

Clone the [Frontend Project ]

  git clone https://github.com/tarikulIslamNahid/nuxt-3-blog.git $PROJECT_NAME

Go to the project directory

  cd $PROJECT_NAME

install dependencies

yarn install

Set Backend API URL

   got to -> [nuxt.config.js] file then scroll down and  update API_URL:  '$BACKEND_URL/api/'

serve with hot reload at localhost:3000

yarn dev

admin panel

$WEB_URL/admin

nuxt-3-blog's People

Contributors

tarikulislamnahid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.