Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 969 Bytes

File metadata and controls

31 lines (23 loc) · 969 Bytes

nodejs-campground

Is a website of CRUD campgrounds. Users can also add reviews about the campground.

https://vinc-nodejs-campground.up.railway.app

Preview

nodejs-campground.mp4

To run this project, please do the following:

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