Skip to content

This project has been created as part of the fullstack developer job application process at Live U.

Notifications You must be signed in to change notification settings

Leohige/LiveUTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live U Test

This project has been created as part of the fullstack developer job application process at Live U.

It was developed using Node.js with the Express framework and utilizes SQL Server.

Cloning

git clone git@github.com:leohige/LiveUTest.git

Install Dependencies

npm install

Config

Before starting the project, you need to create a file called .env in the root directory of the project and set the necessary configuration below.

DATABASE_HOST=
DATABASE_PORT=
DATABASE_USER=
DATABASE_PASS=
DATABASE_NAME=

Run Tests

npm test

Run App (Development)

npm run dev

Run App (Production)

npm start

Database Schema

About

This project has been created as part of the fullstack developer job application process at Live U.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages