Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arc9693/LabelLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabelLab

Build Status

Requires

node --version
v11.10.1
npm --version
6.7.0
or
yarn --version
1.12.3

Build Instructions

Cloning the repo

git clone "https://github.com/arc9693/LabelLab/"
cd LabelLab

Set up frontend

cd front-end
yarn or npm i
yarn start or npm start

Database setup

  1. In mysql terminal,type:
create database LabelLab
  1. In the command line terminal or bash,type:
mysql -u root -p < LabelLab.sql

Set up backend

  • Open a new terminal in the project folder and type:
cd back-end
  • Set up enviornment variables
export host=<host> port=<port> user=<db_user> password=<password>
  • Install the dependencies
npm i
  • Start the server
npm start

Testing instructions

Unit tests

  • For front-end
cd front-end
npm test
  • For back-end
cd back-end
npm test

e2e tests`

cd front-end
npm run cypress

About

Web app that can be used to label images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages