Skip to content

savvycolleen/binary-upload-boom

 
 

Repository files navigation

Binary Upload Boom

This is a social media app created with 100devs team members. This repo is for fellow members (July catch-up crew: I'm looking at you!) to practice collaboration & contributing to open source projects. Let's use the post & profile features to show off projects we are making, and we can work on enhancing and adding features along the way.

How It's Made:

Tech used: JavaScript, EJS, Express, MongoDB, Nodemon, Passport, Validator, Bcrypt, Cloudinary

In class, we mapped out models, routers, controllers--all the logic for the MVC structure. As an assignment, we were tasked with adding comments on posts. But why stop there? I've added some issues that we can start with for improvement. Feel free to add ideas and suggestions as issues as well!

To Install Locally

Fork this repo. Use git clone <your forked repo's url> in your terminal, and move into that directory (i.e. cd binary-upload-boom) Use npm install to install dependencies.


Things to add

  • Create a .env file in config folder and add the following as key = value
    • PORT = 2121 (can be any port example: 3000)
    • DB_STRING = your database URI
    • CLOUD_NAME = your cloudinary cloud name
    • API_KEY = your cloudinary api key
    • API_SECRET = your cloudinary api secret

Run

npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.7%
  • EJS 42.3%