An open API service indexing awesome lists of open source software.

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.

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