Skip to content

GrunuffyGit/Eventonica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres DB

Install postgress by running 'brew install postgresql'
Create a db
CD into 'postgressDBData' folder
Import db by running psql <db_name> < PostgresDBdata.pgsql

Express

CD into 'express' folder
Run 'npm i express pg'
Run 'node index.js' to start express (need to have node.js installed already)

React

CD into 'react' folder
Run 'npm install'
Run 'npm start'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published