Skip to content

chingu-voyages/v8-bears-team-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

devbev logo

devbev

Developer focused social media platform that allows developers to share their current beverage choice.

Setup a Development Environment

To get your development environment running:

  1. Install and run MongoDB. See documentation at MongoDB

  2. Clone this repository

    git clone git@github.com:chingu-voyages/v8-bears-team-03.git
  1. Run the setup shell script
    cd v8-bears-team-03/
    sh setup
Steps below are run with the setup script in the step above.
  1. Start your development environment
    # from the client folder
    npm start
    # from the api folder
    npm start
  1. Setup variables config.json
    # from the api folder
    cp config_example.json config.json
  1. Seed the database with test data
    # from the root folder
    node ./api/utilities/seed.js
  1. Run tests
    # from the api folder
    npm run test

Built With

Attribution

Authors

About

Developer focused social media platform that allows developers to share their current beverage of choice.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •