Skip to content

fazt/chat-javascript-fullstack

Repository files navigation

Javascript Full Stack

is a simple chat that was built with entire javascript technologies, for the frontend, backend and database.

Used Technologies

  • Nodejs
    • Express
    • Socket.io
  • PostgreSQL

Install Project

git clone https://github.com/fazt/chat-javascript-fullstack.git
cd chat-javascript-fullstack
npm install

Create .env file

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/chat_app

Remember to replace the DATABASE_URL with your own PostgreSQL URI.

Run the project

npm run dev

Docker Compose

docker compose up -d

docker exec -it chatdb psql -U postgres -d chat_app

then in order to create the tables, paste the content of the database/db.sql file and run it.

Links and Resources used in this project

About

A Chat web application using javascript technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published