Skip to content

kasec/api-rest-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API REST With Node, Express, Sequelize and MariaDB

Run Project ->

    > npm i // install dependecies
    > npm run dev // dev environment
    > npm start // production environment

I used a .env file for the configuration with the next props:

DIALECTDB=[insert]
DATABASEDB=[insert]
USERNAMEDB=[insert]
PASSWORDDB=[insert]
HOST=[insert]
DEV_HOST=[insert]

Created by galfan@2020

About

API REST with Node, Express, Sequelize, MariaDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published