/borrow-book

Project Website Server side web programing

Primary LanguageHTML

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