KanapongAiamtip / borrow-book

Project Website Server side web programing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Website Server side web programing

Tech stack

In website, we use

  • Vuejs to manage our frontend application.
  • Sqlite to manage our backend database.

Our main language of development is Vue js

Project setup

This project requires of

  • Nodejs
  • npm

You can download and install Nodejs from its website here.

In Client

You can install npm by running the following command.

npm install

You also need @vue/cli

npm install -g @vue/cli

In Server

Getting started

Run these commands to start developing from the root directory.

Terminal 1 Terminal 2
npm run dev nodemon src/app.js

The web application will pop up at http://localhost:8080 and the Server will pop up at http://localhost:8081

About

Project Website Server side web programing


Languages

Language:HTML 44.7%Language:Vue 34.8%Language:JavaScript 14.4%Language:CSS 5.7%Language:PHP 0.5%