- Node.js
- I wanted to worth with Node more and i like it better the Ruby on Rails.
- Express
- Used for server stuff, routing, boring stuff.
- MongoDB
- I have a database for contact forms, i did this so i have them all saved.
- Love 😄
- Self explanatory (duh)
npm install [dependency name] node server.js npm -v
- create a .env file in root file
- add this code this code to make it run
MONGO_KEY = "mongodb+srv://seanderenas:[email protected]/" NODE_ENV = "development"