https://github.com/ehvenga/mycamps
mycamps is my first project building a full-stack web application. mycamps is web-app where user generated content about outdoor activities (mainly camping) is hosted and maintained, allowing features such as posting a listing, editing and commenting on it.
https://github.com/ehvenga/mycamps
express handlebars javascript model-view-controller mongodb mycamps mycamps-project nodejs
Last synced: about 2 months ago
JSON representation
mycamps is my first project building a full-stack web application. mycamps is web-app where user generated content about outdoor activities (mainly camping) is hosted and maintained, allowing features such as posting a listing, editing and commenting on it.
- Host: GitHub
- URL: https://github.com/ehvenga/mycamps
- Owner: ehvenga
- Created: 2021-05-10T15:41:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T08:27:09.000Z (about 5 years ago)
- Last Synced: 2025-12-07T15:30:22.354Z (6 months ago)
- Topics: express, handlebars, javascript, model-view-controller, mongodb, mycamps, mycamps-project, nodejs
- Language: Handlebars
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mycamps
mycamops project is my first project building a full-stack web application called. mycamps is web-app where user generated content about outdoor activities (mainly camping) is hosted and maintained, allowing features such as posting a listing, editing and commenting on it.
# npm i
to install the dependicies required to run the project run npm i in your node.js terminal
# localhost:5000
the host port is localhost:5000 while process.env.port has been included incase of deployment over hosting services
# .env
save your mongodb url in .env with variable DATABASE_URL holding the url
# critical npm packages
- mongoose
- mongodb
- express
- express-session
- multer
- routes