NeoWu1216 / WeEat

CS498 course project

Home Page:https://www.youtube.com/watch?v=NxLLN39Us0Q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies for server

npm install

Install dependencies for client

npm run client-install

Run the client & server with concurrently

npm run dev

Run the Express server only

npm run server

Run the React client only

npm run client

Run the Yelp api proxy server

lcp --proxyUrl https://api.yelp.com

Other Info

Server runs on http://localhost:4000 and client on http://localhost:3000

Resources

https://www.youtube.com/watch?v=5yTazHkDR4o https://www.youtube.com/watch?v=R54neaLznFA&t=384s https://medium.freecodecamp.org/learn-how-to-handle-authentication-with-node-using-passport-js-4a56ed18e81e

About

CS498 course project

https://www.youtube.com/watch?v=NxLLN39Us0Q


Languages

Language:JavaScript 76.3%Language:CSS 21.3%Language:HTML 2.4%