Skip to content

sanketJariwala9464/node-js-test

Repository files navigation

Backend

Create API in Node.js

Copy .env.example to .env

cp .env.example .env

Add the database configuration to the .env file

DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=
DB_NAME=
DB_DIALECT=mysql

SENSIBULL_API_URL=

Installation

Install the Node packages.

npm install

Migrate Database

npx sequelize-cli db:migrate

Start Server

npm run start:dev

License

Copyright by Sanket Jariwala 2023. MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published