Skip to content

NodeJS, ExpressJS ,Socket.io, MySQL, JWT, Passport, Multer, MVC - Authenticated Chat Socket

Notifications You must be signed in to change notification settings

VnySrc/node-full-chat-socket_http-api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-chat-socket_http-api-auth

--> Projeto em Node.Js / Typescript

  • Projeto Chat com Socket /
  • Api RESTful para cadastro, login e Authenticação dos users do chat ultilizando JWT, Passport /
  • Upload e armazenamento de imagens ultilizando Multer e Sharp /
  • MySQL , com migrations, sequelize-cli /

Install

npm install

create .env file

SERVER_PORT=

MYSQL_DB=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_PORT=3306
MYSQL_HSOT=127.0.0.1

JWT_SECRET_KEY=

Run Migrations

sequelize-cli db:migrate

Start

npm run start

Acess

http://127.0.0.1/SERVER_PORT=

About

NodeJS, ExpressJS ,Socket.io, MySQL, JWT, Passport, Multer, MVC - Authenticated Chat Socket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published