https://pocketdiy.herokuapp.com/
- Run
db/schema.sql
to create your database - Make sure to create a
.env
file and copy the contents of.env.example
into it. - In the
.env
file replace the ???? for SESSION_SECRET and set your db credentials in LOCALDB_URL it should look something like this
SESSION_SECRET=SomethingBesidesKeyboardCat
LOCALDB_URL=mysql://root:dbpassword@localhost:3306/Project2Dev
NOTE Do not check in your .env
file into source control, it is particular to your environment.
npm install
npm start
npm run watch
npm test
npm run lint
npm run fix
Choose a unique email address and a password. Make sure to save the password somewhere in case you forget it.
On this page you will see options for shapes to choose, as well as the 'Home', 'Project', and 'Logout' buttons.
This page will allow you to input the dimension and unit of the desired shape. Once it is entered, your mathmatical results will be displayed and you can input a project name and save it for later.
Displayed on this page is all of your saved projects. A brief synopsis of information, the shape, and a delete button is provided.
[Project Requirements](https://github.com/the-Coding-Boot-Camp-at-UT/UTA-AUS-FSF-FT-06-2020-U-C/blob/master/01-Class-Content/15-Project-2/02-Homework/README.md