Skip to content

gkSideProjects/type-ski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

/frontend

npm run dev

/server

npm start

Setup a postgresSQL server and update the server config in app.js

example config

const cn = {
  host: "localhost",
  port: 5432,
  database: "typeski",
  user: "postgres",
  password: "postgres",
  max: 30, // use up to 30 connections
};

Stack: Vue.js Express Node.js PostgreSQL Vite

About

website for typing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published