Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 906 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 906 Bytes

Seample CRUD

How to run in your machine

Clone this project in your local machine and:

  • Run npm install

In the project directory, you can run (You need to be installed mongo DB and running it):

  • Run npm start

Open http://localhost:3001 to view it in the browser.

How to run and develop in your machine

Clone this project in your local machine and:

  • Run npm install

You need to open two terminals.

Client

To watch and build the frontend changes:

  • Run npm run start:client

Server

To watch and build the backend:

  • Run npm run dev:server

Open http://localhost:3000 to view it in the browser.

How to run with docker (on progress)

Clone this project in your local machine and:

  • Run docker-compose up or docker-compose up -d

Open http://localhost:3001 to view it in the browser.