Giter Site home page Giter Site logo

web2-1's Introduction

Projeto de Web 2

Youtube - Upload de Vídeos

Desenvolver uma aplicação WEB que apresente as seguintes diretrizes:

Objetivo Geral

O objetivo principal da proposta é aplicar conceitos apresentados durante as aulas de web e desenvolver uma aplicação web, front-end e back-end.

Objetivos Específicos

  • Login
  • Upload de videos
  • Busca de videos
  • Elaboração de playlists

Built With

  • HTML and CSS - Hypertext Markup Language (HTML) is the standard markup language for documents/Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language
  • JAVASCRIPT - High-level, interpreted scripting language
  • EJS - Embedded JavaScript templating
  • NODE.JS - JavaScript runtime built
  • EXPRESS.JS - Framework
  • VISUAL STUDIO CODE - IDE
  • JETBRAINS WEBSTORM - IDE
  • MONGODB - Database
  • GITHUB - Hosting for software development version control using Git

Versioning

We use Github for versioning. For the versions available, see the tags on this repository.

Authors

  • Massallys Silva
  • Yago Militão

See progile githublist of [contributors] (https://github.com/massallys) and (https://github.com/YagoMilitao) who participated in this project.

web2-1's People

Contributors

massallys avatar dependabot[bot] avatar yagomilitao avatar

Watchers

James Cloos avatar  avatar

web2-1's Issues

throw new MongooseError('The `uri` parameter to `openUri()` must be a ' +

Error [MongooseError]: The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a stri
ng.
at new MongooseError (C:\Users\Massallys\Desktop\Web2\node_modules\mongoose\lib\error\mongooseError.js:10:11)

Error [MongooseError]: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a stri ng.

C:\Users\Massallys\Desktop\Web2\node_modules\mongoose\lib\connection.js:520
throw new MongooseError('The uri parameter to openUri() must be a ' +
^
Error [MongooseError]: The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a stri
ng.
at new MongooseError (C:\Users\Massallys\Desktop\Web2\node_modules\mongoose\lib\error\mongooseError.js:10:11)
at NativeConnection.Connection.openUri (C:\Users\Massallys\Desktop\Web2\node_modules\mongoose\lib\connection.js:520:11)
at Mongoose.connect (C:\Users\Massallys\Desktop\Web2\node_modules\mongoose\lib\index.js:328:15)
at Object. (C:\Users\Massallys\Desktop\Web2\app.js:36:10)
at Module._compile (internal/modules/cjs/loader.js:956:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
at Module.load (internal/modules/cjs/loader.js:812:32)
at Function.Module._load (internal/modules/cjs/loader.js:724:14)
at Module.require (internal/modules/cjs/loader.js:849:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (C:\Users\Massallys\Desktop\Web2\bin\www:7:11)
at Module._compile (internal/modules/cjs/loader.js:956:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
at Module.load (internal/modules/cjs/loader.js:812:32)
at Function.Module._load (internal/modules/cjs/loader.js:724:14)
at Function.Module.runMain (internal/modules/cjs/loader.js:1025:10) {
message: 'The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string.',
name: 'MongooseError'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Massallys\AppData\Roaming\npm-cache_logs\2019-10-29T02_01_32_380Z-debug.log

C:\Users\Massallys\Desktop\Web2>

TypeError: View is not a constructor

GET / 500 177.459 ms - 1263
TypeError: View is not a constructor
at Function.render (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\application.js:570:12)
at ServerResponse.render (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\response.js:1008:7)
at C:\Users\Massallys\Desktop\Web2\app.js:38:7
at Layer.handle_error (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\layer.js:71:5)
at trim_prefix (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:315:13)
at C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:335:12)
at next (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:275:10)
at Layer.handle_error (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\layer.js:67:12)
at trim_prefix (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:315:13)
GET /favicon.ico 404 4.325 ms - 1226
TypeError: View is not a constructor
at Function.render (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\application.js:570:12)
at ServerResponse.render (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\response.js:1008:7)
at C:\Users\Massallys\Desktop\Web2\app.js:38:7
at Layer.handle_error (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\layer.js:71:5)
at trim_prefix (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:315:13)
at C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:335:12)
at next (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\index.js:275:10)
at C:\Users\Massallys\Desktop\Web2\app.js:27:3
at Layer.handle [as handle_request] (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\layer.js:95:5)

Port 3000 is already in use

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Massallys\AppData\Roaming\npm-cache_logs\2019-10-26T23_16_44_533Z-debug.log

Error: Route.get() requires a callback function but got a [object Undefined]

body-parser deprecated undefined extended: provide extended option app.js:47:20
C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\route.js:202
throw new Error(msg);

Error: Route.get() requires a callback function but got a [object Undefined]
at Route. [as get] (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\router\route.js:202:15)
at Function.app. [as get] (C:\Users\Massallys\Desktop\Web2\node_modules\express\lib\application.js:482:19)
at Object. (C:\Users\Massallys\Desktop\Web2\app.js:99:5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.