Skip to content

balajidharma/node-api-hub

Repository files navigation

Node Api Hub

Build With

Installation

With Docker Desktop

  • Install Docker Desktop
  • Clone this repository
  • You may run the following command in your terminal
  • Windows open WSL2 Linux terminal. Docker Desktop WSL 2 backend
  • Create .env file by using .env.example
  • ./boat.sh build
  • ./boat.sh up -d
  • ./boat.sh npm install
  • ./boat.sh npm run database:auth:migrate
  • ./boat.sh nx serve api-auth
  • ./boat.sh nx serve web-react

Without Docker Desktop

  • Install Node.js
  • Install npm
  • Clone this repository
  • Create .env file by using .env.example
  • You may run the following command in your terminal
  • npm install
  • npm run database:auth:migrate
  • nx serve api-auth
  • nx serve web-react

Start the auth api server

nx serve api-auth

Start the web react server

nx serve web-react

About

"Node API Hub" refers to the combination of Node.js and the Express.js framework, often used as a central component or "hub" in building web applications and APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages