dineshnagarit / react-crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookStore FrontEnd React

Set port

.env

PORT=8081

Project setup

In the project directory, you can run:

npm install
# or
yarn install

or

Compiles

npm start
# or
yarn start

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

BookStore Backend Nodejs

Set port

.env

PORT=8080

Project setup

In the project directory, you can run:

npm install
# or
yarn install

Run

node index.js

Service will be active at [http://localhost:8080]

About


Languages

Language:JavaScript 92.4%Language:HTML 4.3%Language:CSS 2.3%Language:Dockerfile 0.9%Language:Shell 0.1%