Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nuralam376 committed Jun 8, 2021
1 parent 0a07ec6 commit 7f0ba18
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# e-shop
# Live Website (https://e-shop1.netlify.app/)

## Installation and Setup Instructions for backend

Build Setup
Before proceeding, create a .env file and configure your environment variables within .env.

Create a database named e-shop and provide your database username and password in the .env file

## .env

DB_HOST=localhost
DB_USER=""
DB_PASS=""
DB_NAME="e-shop"

## ]install dependencies

$ npm install

## To Start Server:

$ node app.js

# Installation and Setup Instructions for frontend

This is the frontend code setup. You will need node and npm installed globally on your machine.

## Install dependencies

$ npm install

## To Start Server:

$ npm start

## To Visit App:

localhost:3000

0 comments on commit 7f0ba18

Please sign in to comment.