Skip to content

kujuh3/Codesnippets__React-Node-Express-PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web-app for uploading code snippets and searching them.

Preview kuva

Local usage

Server

cd server
npm install
node index.js

Client

cd client
npm install --force
npm start

In case of yarn or npm install errors, just run --force many libraries used haven't been updated to include React 18 or newer.

Deployment to heroku

- Change database credentials in /server/db/dbconfig.js

- Create heroku PSQL and dump latest.dump file to initiate SQL tables

- Uncomment heroku initiation blocks from /server/index.js

- Deploy app to heroku