Skip to content

psuslick/seconds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seconds

Setup the Database

Needs a mysql DB For now using a docker mysql manually

docker pull mysql/mysql-server:latest
docker run --name=mysql1 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root_password -d mysql/mysql-server:latest
docker exec -i mysql1 mysql -uroot -proot_password < api/db-setup.sql

Run the Server

cd api
npm run start:server

Run the UI

cd ui
npm run start

Testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 8.6%
  • CSS 4.4%