Skip to content

ejwill04/job-chat

Repository files navigation

Neumann

An app for finding information about potential employers

Project Status

This project is currently an MVP. Users can login, search for, and comment about potential companies.

Screenshot

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.
To run the server and database, you will need Mongo and MongoDB

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

nodemon index.js from the 'node' folder

To Run MongoDB:

./mongod from your mongoDB bin folder (ex. ./mongodb-osx-x86_64-3.4.2/bin)

To Visit App:

localhost:8080

Reflection

  • What was the context for this project? (ie: was this a side project? was this for Turing? was this for an experiment?)
  • What did you set out to build?
  • Why was this project challenging and therefore a really good learning experience?
  • What were some unexpected obstacles?
  • What tools did you use to implement this project?
    • This might seem obvious because you are IN this codebase, but to all other humans now is the time to talk about why you chose webpack instead of create react app, or D3, or vanilla JS instead of a framework etc. Brag about your choices and justify them here.

About

Messaging app for chatting about companies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages