GithubHelp home page GithubHelp logo

myisrae's Introduction

#Code Louisville FSJS Capstone

You are about to clone my capstone repository for my Code Louisville capstone project. I've redone a basic website for a non-profit I used to volunteer to show case my knowledge of the MEAN stack. I've included use of Angular with custome directives, mongodb with mongoose for CRUD functions and boostrap 3 for stylings.

##Install Mongo First you need to have mongodb installed in order to get some of the content back for angular. To installed mongo go to: https://www.mongodb.com/download-center?jmp=nav#community and follow the documentation to install.

##Install Node You need to have node installed for this project to work. Get node from https://nodejs.org/en/ and follow the documentation to get it configured.

##Clone git respository From git use git clone to clone the files to your local machine. Use git clone repositoryName to do this.

##Launching NPM and Packages Make sure you have node insalled first then using the bash shell navigate to the location of the repository directory. Once there type 'NPM Install' to install the dependency packages for the project.

##Start mongo To start mongo open a bash shell and type 'mongod' to start your mongo server. If you get a bash command not found error you will need to edit your windows files to recognize mongod as a path to the mongo bin file.

##Start src/app.js Using a new window from where you started mongo navigate to your repository directory and run 'node src/app.js' you should see a notification that the server is running on port 3000 and that it is connected to the database. Now you're ready!

##Navigate to localhost:3000/ With both mongo and the server running, open a new web browser and go to the web address 'localhost:3000/' to get to the site.

####Other stuff At this time I chose not to minify or ugly for the sake of peer review. Having easy to read code makes it a lot easier to get tips from folks on my code.

If you shut down the node server and restart, it will seed the database with a core set of fake posts to populate the screen.

##Pending functionality to add Form doesnt reset when cancelled or after it's submitted when deleting a post, especially from the bottom, the buttons from the div remain behind Posts aren't sorted chronologically on GET

myisrae's People

Contributors

emojones avatar siobhanmcgill avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

myisrae's Issues

Form reset

Form doesn't reset when a new post is cancelled or after it's been submitted

Post boxes remain after delete

Sometimes when you delete a post from the blog page, especially from the bottom, you may get a bug where the update and delete buttons remain with an empty div but not always.

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.