Giter VIP home page Giter VIP logo

cherrysite's Introduction

CherrySite

A responsive website for my sister, a playwright in New York.

Project site using HTML, CSS and JS.

Uses Bootstrap 4 template for styling and MongoDB for data.

Dependencies and packages used (npm install ...):

  • express
  • pug
  • nodemon
  • mongoose
  • async

Everything below was installed through npm: express website skeleton creator (express [name] --view=pug)

  • body-parser
  • cookie-parser
  • debug
  • morgan
  • serve-favicon
To update dependencies: 'npm outdated' and 'npm install package-name --save OR --save-dev'

How to test...

Database:

  • Install mongoose : https://www.npmjs.com/package/mongoose
  • Run cmd as administrator
  • "cd %Mongo%" - Create a environmental variable to change directory to your MongoDB folder.
  • "net start MongoDB" or "net stop MongoDB"
  • type 'node populateEmail mongodb-url-pw:port' to insert dummy emails for testing.
  • databaseTest - localhost:3000/emails : for all emails in list.

Site Display:

  • "npm start" in terminal - Runs main.js

Current Goal: Do the same thing for articles as done with emails (test input, database)

DATABASE: Input an email into the test database and retrieve the email. Then make it work for articles.

  • POST data into mongodb url.
  • GET data from mongodb url (Implemented as databaseTest)

WEBSITE DESIGN: Replace Logo. (Ask for Logo) | Format error page. | Add in works pages | Prevent Subscription input from inputting false emails.

Goals:

  1. Implement Media, put in photos and film.
  2. Implement Works, input data and test.
  3. Better Calendar or Calendar page of events. (or omit completely)
  4. In-app editor, for site admins to use to create, update and delete articles/media.
  5. Test an article object from database and show it in index.pug
  6. Use AJAX/Grails(Java) for avoiding refreshing the whole page upon post request.

cherrysite's People

Contributors

plasmasnake avatar

Watchers

James Cloos avatar  avatar

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.