PhotoLabs is a React-based single-page application (SPA) that allows users to view photos in different contexts.
Install dependencies with npm install
in each respective /frontend
and /backend
.
cd frontend
npm start
cd backend
npm start
-
Create a database with the command
CREATE DATABASE photolabs_development;
. -
Copy the
.env.example
file to.env.development
and fill in the necessary PostgreSQL configuration. -
Run a the development server with
npm start
-
Use the browser to navigate to
http://localhost:8001/api/debug/reset
-
Run The Server
npm start
The development
data is random. Each time we seed we expect to see different appointments.
Built with the following dependencies:
- React
- Express
- Sass
- axios