https://github.com/theodoreai/personalwebsite
https://github.com/theodoreai/personalwebsite
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodoreai/personalwebsite
- Owner: TheodoreAI
- Created: 2021-03-16T17:53:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T20:44:52.000Z (about 4 years ago)
- Last Synced: 2025-03-19T01:48:28.033Z (about 1 year ago)
- Language: EJS
- Size: 16.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# Personal Website
# Nov 2, 2021
This runs in cloud platform Heroku at: http//:mateoestrada.org
#### To run update checks to make sure that the safest and latest version is used (Credit: https://stackoverflow.com/questions/16073603/how-to-update-each-dependency-in-package-json-to-the-latest-version):
- npm i -g npm-check-updates
- ncu -u
- npm install
## 1.
- Updates:
+ adding a user authentication interface
- DONE
+ adding an S3 connection to store files and access them.
+ dynamically update the front-end interface via the admin dashboard.
- I can dynamically add things to my profile section
## 2. Adding the database
Connect Database: https://www.postgresqltutorial.com/postgresql-show-tables/
- psql -U postgres -W
- \c devfoliodb
Restart the database:
- psql -h localhost -d devfoliodb -U mateoestrada -f filename.sql
## 3. TO DO:
- WORKING ON THE IP ADDRESS AND LOCATION data section
- REMEMBER TO UNCOMMENT IN THE dbconfig.js before deploying to production