/climbing4fun_backend

bakend api for climbing4fun app

Primary LanguageJavaScript

Backend for climbing 4 fun app

chart

Backend Setup

  • install dependencies: npm install or yarn

  • create `.env with you values

  • run the postgres db / adminer: docker-compose up

  • migrate the database: npm run migrate

  • if needed to rollback: npm run rollback

  • adminer will be running at http://localhost:8099