Skip to content

gauravbhandari2503/node-sequelize

Repository files navigation

Node-Sequelize

Basic API development Using NodeJS and Sql

Topics

  1. Introduction
  2. Running Locally
  3. System and browser Requirements
  4. Installation & Configuration

Introduction

This is a node JS project that uses express framework and sql as database. This application is created just to show how sql can be used with node using the sequelize ORM.

Running Locally

Make sure you have Node.js and Sql is installed.

git clone https://github.com/gauravbhandari2503/node-sequelize.git
npm install
npm start:dev for development
npm start:prod for production

Your app should now be running on localhost:5000.

System and Browser Requirements

  • Mac Os, Windows, Linux
  • All modern browsers (chrome)

Installation and Configuration

1. You can install this project by using the GUI installer.

a. Download zip from the link below:

Download the latest release

b. Extract the contents of zip and execute the project in your browser:
http(s)://example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published