Shoppy is a Fullstack chat App.
Built with:
- Node.js
- React
- Express
- Axios
$ npm install
Create an env
file - Set filename.env.prod
file for production and .env.dev
for development and save it in the root of your project folder
and add the following configuration details. You can either use the same configuration details for both development and production but it's best to make separate projects. It can be found on your firebase project settings.
// SAMPLE CONFIG .env.dev, you should put the actual config details found on your project settings
STREAM_APP_ID = <APP_ID_STREAM_ACCOUNT>
STREAM_API_SECRET= <STREAM_API_SECRET>
STREAM_API_KEY= <STREAM_API_KEY>
TWILIO_ACCOUNT_SID= <TWILIO_ACCOUNT_SID>
TWILIO_AUTH_TOKEN= <TWILIO_AUTH_TOKEN>
TWILIO_MESSAGING_SERVICE_SID= <TWILIO_MESSAGING_SERVICE_SID>
$ npm start