Skip to content

a repository for learning nodejs from the basics. used to learn by the community of programmers from Aceh who call themselves culacalo

Notifications You must be signed in to change notification settings

Zulfahmi-dev/belajar-node

 
 

Repository files navigation

Prerequisites

Usage without Docker

  • Clone/download this repo.

  • Enter the directory.

    cd belajar-node

  • Install packages dependency via NPM/Yarn.

    npm install / yarn install

  • Setup all needed credentials in .env.

  • Run the app.

    nodemon

  • Hit http://localhost:3000 on your favorite browser.

  • Learn and hack it!

Usage with Docker

  • Make sure you have installed docker and docker-compose on your machine.

  • Clone/download this repo.

  • Enter the directory.

    cd belajar-node

  • Build & run the app with docker-compose.

    sudo docker-compose up

  • Hit http://localhost:3000 on your favorite browser to open the apps.

  • Use http://localhost:4000 to open Adminer and manage database.

  • Use PORT 33060 to connect to MySQL database from your MySQL client.

About

a repository for learning nodejs from the basics. used to learn by the community of programmers from Aceh who call themselves culacalo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Dockerfile 0.2%