PhotoLabs is a project to build a simple single-paged fullstack app with the use of Node, Express, React and Postgres.
The backend express server serves as a dabatase to make API calls to while the front end is composed of react components to render data, hooks to set state and manage/fetch data and props to pass data around the application.
Tools used:
Install dependencies with npm install
in each respective /frontend
and /backend
directories.
- Node 16.x or above
- Postgres 5.x
- React 18.x
- Express JS
cd frontend
npm start
Read backend/readme
for further setup details.
cd backend
npm start