Instagram for your furry companion!
Install the dependencies
npm install
- Start the client and server
npm start
- Browse to http://localhost:8000 to visit the client
- Browse to http://localhost:3000 to visit the server
The server must be running locally with test configuration for the integration tests to pass.
npm run start:test
This starts the server on port 3030
and uses the doggygram_test
MongoDB database,
so that integration tests do not interact with the development server.
Run prettier in root directory
npm run format