Skip to content

AlanNJ/shopify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An express server for the backend of shopify app

To check for the different endpoints:

1.fork this repo and hit following command in the terminal

npm install --y

2.create a .env file with:

npm install dotenv

3.Declare two variable in that .env file as:

URL= (connection url provided by mongodb)
JWT_SECRET= UJDSKJLFJSKF745839HJSFKJ (any random character)

4.Now hit the following command in the terminal inside client directory

npm start

This is currently in Developement mode.

Releases

No releases published

Packages

No packages published