Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.87 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.87 KB


Logo

SEAC Tool Shed

A functional database application and interface for the South East Area Coalition (SEAC) organization's Tool Shed program.

Explore the docs »

Built With

Next JS MySQL AWS Square

Pre-Reqs

Node.js installation:

Node version manager:

  • Mac: NVM
  • Windows: Nodist is a node version manager so no installation necessary

Getting Started

First, install necessary packages in the a new terminal in VS Code:

npm i

Then, run the development server:

npm run dev

Database credentials

Create a .env.local file and add in associated credentials:

  • DB_HOSTNAME
  • DB
  • DB_USER
  • DB_PORT
  • DB_PASSWORD

Open http://localhost:3000 with your browser to see the result.