AlmostSomewhere helps you explore exciting events and places around you!
Steps to enable necessary APIs and retrieve the API key:
- Go to Cloud Console and create a new project.
- From the sidebar, navigate to
APIs & Services -> Library
. - Enable the Google Places API
- From the sidebar, navigate to
APIs & Services -> Credentials
. - Find the option to
Create Credentials
from the top nav bar. - Once the API key is generated, copy the key.
Sample .env
file:
GCP_API_KEY=your_google_cloud_api_key
MONGO_CONNECTION_STRING=mongodb_connection_string
JWT_SECRET=superSecret_string_to_sign_jwts
Make sure you have all the environment variables set up.
- Install the necessary dependancies by running
npm install
in the directory containingpackage.json
. - To start the development server, run
npm start
.