Skip to content

janavianand/quotesMicroservicesWithoutCORS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Quotes Project

Steps

  • Clone the repo
  • Enter quotes-ui and run npm install and npm start
  • Open a new CLI or bash
  • Create a PostgereSQL database named quotesProject
  • Enter quotes-server and run npm install and npm run seed
  • Now start the server npm start

Note: This application makes request to another microservice from the proxy server. The CORS error is generated only when the application makes a request from the browser or frontend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published