8000 GitHub - fathin-fadhil/web-chat-backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fathin-fadhil/web-chat-backend

Repository files navigation

Ticket App

Official Documentation

Documentation Platform NodeJs.

Documentation NodeJs Framework Express.

Documentation SQL Database Module Knex.

Requirment

Install Knex and Knex Command Line Tool

Install knex globally on your local computer.

npm install knex -g

This will allow us to use knex as a command line tool that helps you create and manage your knex files.

Nodemon Global for Development

npm install nodemon --global

Intallation

Execute in your terminal

npm install

cp .env.example .env

!! Setup your database on .env file !!

Migrate database

knex migrate:latest

Seed Database

knex seed:run --specific=users.js

Run Application

nodemon start

open http://localhost:8080 to make sure it's work

Enjoy coding

Created with ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0