React, TS, Jest, Nodejs, Express, PostgreSQL
https://user-welcome-app.netlify.app/
https://user-welcome-app.vercel.app/
-
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
- $ git clone https://github.com/ML6503/userWelcomeApp.git
- $ npm install
- $ DEBUG=server:* npm start
- $ npm run dev
- $ npm run test