Skip to content

byohannes/extra-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extra support

This an app that connect students with professionals where a professional can offer their service for students

git clone https://github.com/CodeYourFuture/extra-support.git or if you use SSH (recommended):git clone git@github.com:CodeYourFuture/extra-support.git

  • cd backend
  • Create local .env using the .env.example
  • yarn
  • yarn dev

If you see this error:

ERROR: for cyf-api_mongo_1 Cannot start service mongo: driver failed programming external connectivity on endpoint cyf-api_mongo_1 (31cd76eff115cb562f0d52e5575f30c04eb9dea0017f4c56217caefcdfec07f3): Bind for 0.0.0.0:27017 failed: port is already allocated ERROR: for mongo Cannot start service mongo: driver failed programming external connectivity on endpoint cyf-api_mongo_1 (31cd76eff115cb562f0d52e5575f30c04eb9dea0017f4c56217caefcdfec07f3): Bind for 0.0.0.0:27017 failed: port is already allocated ERROR: Encountered errors while bringing up the project.

run sudo service mongodb stop or docker stop $(docker ps -aq) and than re-run docker-compose up or sudo docker-compose up

  • cd frontend
  • Create local .env using the .env.example
  • yarn
  • yarn start

App well be running on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.5%
  • HTML 7.4%
  • CSS 5.1%