Skip to content

larrencanapi/Reactful-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reactful Notes (React Note Taking App)

A simple note-taking app to be ran locally using docker to combine the app and postgres images to run

By Larren Canapi

How to run with Docker:

  • Ensure docker and docker-compose is installed correctly
  • Have the repo downloaded and open a new terminal in the repo directory
  • Call 'docker-compose up' in your terminal which will build the app image and pull a postgres image
  • Navigate to localhost:8080 to see the app
  • If running into issues, check that the environment variables are set correctly in docker-compose.yml

How to run locally:

In a separate terminal and in the app directory:

  • 'npm install' to install node_modules
  • 'npm start' to run on localhost
  • Make sure to run docker image of 'postgres' to connect to with the settings specified in docker-compose.yml

Design Architecture

  • 1 NodeJS Server Image that will service my front-end React note taking app and will listen to requests and will respond by querying our Postgres database image
  • 1 Postgres Image that holds our database to hold all of our notes

Packages/Libraries/Technologies Used:

General References (General documentation lookup for technologies)

About

Note taking app using the PERN (Postgres, Express, React, Nodejs) stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors