Skip to content

An app built with the PERN stack that allows users to create an account, securely login and view a staff directory.

Notifications You must be signed in to change notification settings

D-Molloy/virtually-apex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtually Apex

An app built with the PERN stack that allows users to create an account, securely login and view a staff directory.

Installation

Note: The following process will create and seed a database and assumes default connection and superuser privelages will be used. If necessary, update the following files to use custom credentials/connections:

  • db\dbConfig.js - config object
  • .env - DATABASE_URL string

Disclaimer - Never upload a .env with sensitive information!

- git clone https://github.com/D-Molloy/virtually-apex.git
- cd virtually-apex
- npm run install:client
- npm run install:server
- npm run create:db
- npm run create:tables
- npm run seed
- npm start

Technologies

  • React
  • Redux
  • Node
  • Express
  • PostgreSQL
  • NPM - react-router-dom/react-redux/bcrypt/jsonwebtoken/axios/dotenv/pg/pg-tools/node-pg-migrate/concurrently

About

An app built with the PERN stack that allows users to create an account, securely login and view a staff directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published