Skip to content

adiiisanjayaa/be_chat_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is backend for chat app, this project is made for practice using node js

📒 Index

🔧 Development

Below you can find about development environment, file structure, and build.

🔩 Development Environment

There is one environment in this project DEV. you can put the env on .env

├── .env

in the .env you can fill in the required variables as below:

PORT=3000
JWT_SECRET=@QEGTUI
API_PATH="/api"
X_API_KEY="binar-36"
JWT_SECRET="@QEGTUI"

📁 File Structure

Below is the main structure folder :

.
├── apps
│   ├── config
│   ├── db
│   │   ├── migrations
│   │   ├── schemas
│   │   ├── seeds
│   └── middlewares
│   └── services
│   │   ├── auth
│   │   ├── message
│   │   ├── user
│   └── utils

🔨 Build

How to run

create database name : dbBEChatJS
npm i
npm run dev

Postman :

https://elements.getpostman.com/redirect?entityId=16505254-43c87716-2b74-48dc-9424-22f7789f6a4f&entityType=collection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published