Skip to content

ML6503/userWelcomeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user Welcome App

React, TS, Jest, Nodejs, Express, PostgreSQL

hosted at

https://user-welcome-app.netlify.app/

https://user-welcome-app.vercel.app/

to start from terminal for local development

prerequisite

  • postgreSQL database named 'users'

  • create .env files in client and server folders with env variables as mentioned in env.sample files in both client and server folders

clone repo

install dependencies in client and server

  • $ npm install

start server

  • $ DEBUG=server:* npm start

start client

  • $ npm run dev

run test

  • $ npm run test

About

React, TS, Jest, Nodejs, Express, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors