Skip to content
forked from h0pped/tqas-pwr

This repository contains the backend API code for Teaching Quality Assurance System. The API provides the backbone for Teaching Quality Assurance System's functionality and serves as the connection between the front-end and the database.

License

Notifications You must be signed in to change notification settings

techlot/tqas-pwr

 
 

Repository files navigation

Getting started

Where to find front-end part of the project

In order to find front-end part of project, please follow the link: https://github.com/h0pped/tqas-pwr-frontend

Installation

First Step

Make sure to have NodeJS and Git installed.

To clone project, open in code editor new folder and in terminal run next commands:

$ git clone https://github.com/h0pped/tqas-pwr.git
$ cd tqas-pwr
$ code . (Or just open the project via VSCode GUI)

Next Step

Install all necessary dependencies:

$ npm install

Before running application, make sure having server part running.

$ npm run dev

Needed extensions

In order to work with the project you need to instal the following VScode extensions:

  • ESLint (code analyze and syntax check)
  • Prettier (Prettify and format the code depending on ESLint rules)

About

This repository contains the backend API code for Teaching Quality Assurance System. The API provides the backbone for Teaching Quality Assurance System's functionality and serves as the connection between the front-end and the database.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%