Is a website of CRUD campgrounds. Users can also add reviews about the campground.
→ https://vinc-nodejs-campground.up.railway.app
nodejs-campground.mp4
Create a .env file in the root directory and add the following code
CLOUDINARY_CLOUD_NAME=**********
CLOUDINARY_KEY=**********
CLOUDINARY_SECRET=**********
MAPBOX_TOKEN=**********
DB_URL=mongodb+srv://**********
SECRET=**********
PORT=8080
Then run the following commands to start the app
npm install
npm start
Used Technologies and others:
HTML5, CSS3, JavaScript, Promise, AJAX, Bootstrap 4 and 5, Sematic UI, Bulma CSS Framework, DOM Manipulation, Command Line, NodeJS, NPM, ExpressJS, REST, MongoDB, Mongoose, Authentication, Authorization, Cookies & Sessions, Common Security Issues, Cloudinary Database, Maps and Geo-Coding