Skip to content

Alan0893/Recipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs411BARBS

APIs: Spoonacular & Unwrangle (Sam's Club)
Frontend: ReactJS
Backend: NodeJS & ExpressJS
Database & OAuth: Firebase

Running the Code:

Begin by installing all necessary dependencies in the Frontend

cd frontend
npm install

In the same terminal, build the files

npm run build

In the same terminal, start the Frontend

npm start

In a new terminal, install all necessary dependencies in the Backend

cd backend
npm install

In the same terminal, start the Backend

node index

About

CS 411 - Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • HTML 4.4%
  • CSS 0.9%