Skip to content

App for connecting university students with potential employees

Notifications You must be signed in to change notification settings

lpetrovhr/student_cv-api

Repository files navigation

docker run --name api_db -e POSTGRES_USER=api -e POSTGRES_PASSWORD=api -p 5432:5432 -d postgres:9.6-alpine
docker run -p 8081:8081 --link api_db:db -e DATABASE_URL=postgres://api:api@db:5432/api?sslmode=disable --rm sosedoff/pgweb

npm run db:recreate
npm run db:seed
npm run dev

About

App for connecting university students with potential employees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published