Skip to content

dxtaner/react_foods-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food App

This project was built for a demo on using a Document API and Express.js.

Start the project

✅ Register (if needed) and Sign In to Astra https://astra.datastax.com: You can use your Github, Google accounts or register with an email.

✅ Create an ASTRA_TOKEN and add data to your project as per the tutorial.

✅ Create .env file

ENDPOINT={ your_endpoint }
ASTRA_TOKEN={ your_token }

👩‍💻 Install all the packages

npm install

👩‍💻 Start the backend

npm run start:backend

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

👩‍💻 Start the frontend

npm run start:frontend

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

MIT Licence