Public Beef makes it easy to start some beef with local beefers! No longer will you have to beef unanswered, but you can find local people to beef with!
- Clone the repo
- Install the server dependencies with:
npm install
- Run the local server using
npm run start
- Open
http://localhost:7000
and Have fun!
- Create a Mongo DB Cluster
- Create a Heroku App
- Obtain a Google Maps API Key
- Create a Cloudinary API Key
- Set the following environment variables on | mac | windows | linux |
- ^ Or just use a .env file in the root directory
Environment Variables | Description |
---|---|
PORT | Port for the backend express server |
MONGODB_URI | URI to log into mongodb |
GOOGLEMAPS_API_KEY | API Key for google maps. |
NODE_ENV | (Optional) Can be Production to set production mode |
SESSION_SECRET | (Optional) Secret phrase for Session |
CLOUDINARY_API_NAME | Cloudinary API cloud name |
CLOUDINARY_API_KEY | Cloudinary API Key |
CLOUDINARY_API_SECRET | Cloudinary API Secret |