Skip to content

hengkyawijaya/basic-node

Repository files navigation

basic-node

Educational repository to learn about creating CRUD with nodejs. It using several library :

  • expressjs -> web framework
  • sequelize -> orm
  • cors -> manage cors
  • morgan -> logger
  • helmet -> security protection

How to run the application

  1. clone the repo
  2. open the root application and install the depedencies
yarn install
  1. make sure you already installed docker on your machine
  2. start database mysql using docker
docker-compose -f db.docker-compose.yml up
  1. start your application
yarn dev 

About

Basic server implementation with node js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published