Skip to content

gaurdianaq/skill-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skill-marketplace

This is an old project I collaborated on before I got my first job, it is not representatitive of my current standards of code quality but it is a good reminder of how much I've grown as a dev.

Frontend

  1. Ensure NPM and Node are installed
  2. npm install (in the client folder)
  3. npm run start (in the client folder)

Backend

  1. Ensure maven and a java development environment are installed.
  2. Ensure you have two postgres databases setup (one for running the app, one for tests)
  3. Run psql -d yourdatabasename -a -f db.sql from the skill-marketplace folder for both the main db and test db
  4. Create .env file with following format
DB_NAME=skill_marketplace
DB_USER=gaurdianaq
DB_PASSWORD=password
DB_HOST=localhost

TEST_DB_NAME=skill_marketplace_test
TEST_DB_USER=gaurdianaq
TEST_DB_PASSWORD=password
TEST_DB_HOST=localhost

SECRET_KEY=5#KAp)3Tr!QEtk'`+Mj3Gq4m%=x;7]vjRU#:{Yh8`Xg^wl2x^R:Gto)7at(iG;v
  1. Run mvn package in server folder
  2. Copy .env file to target folder
  3. run java -jar skill_marketplace-1.0-SNAPSHOT-jar-with-dependencies.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published