Description of project
Tech used: HTML, EJS, CSS, JavaScript, NodeJS, Mongodb
This is a fullstack web app running on NodeJS and Mongodb. Show is stored in individual objects inside of a database, which can then be retrieved via the server's own web API. The front-end of the application uses EJS to dynamically render show data that the user retrieves.
bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator
npm install
- Create a
.env
file and add the following askey: value
- PORT: 2121 (can be any port example: 3000)
- DB_STRING:
your database URI