You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run npm insatll to install all the dependencies.
2. Make an account on cloudinary and add the Access Key, Secret Code and the name in .env file under the name CLOUDINARY_KEY, CLOUDINARY_SECRET and CLOUDINARY_CLOUD_NAME respectively in .env file.
3. Make an account on Mapboc and set the mapbox token under the name MAPBOX_TOKEN in the .env file.
4. In the helmet content Secuirity policy set your cloudinary path under the img src.
5. Upload atleast one file on cloudinary.
6. Take the file name and url and change in seeds index.js
7. Seed the database by running index.js in the seeds directory (i.e, node seeds/index.js)
8. Run the program on LocalHost 3000;