Skip to content

The-CM-corp/CM-Nutshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutshell: Your One Stop Shop

Nutshell is a new app that provides everything a user could need, all in one nice shell. The app provides a way for users to keep track of their daily tasks, chat with other users, and share news articles and events.

Getting Started

To run Nutshell locally, create an empty directory and clone the project by running the following command in your terminal: git@github.com:The-CM-corp/CM-Nutshell.git

Go to the src/lib folder in the project and run: npm init

Run the following command to install all libraries and their dependencies: npm install

Be sure to run the following in order to view Nutshell in your browser: npm start

Open your preferred browser and go to: http://localhost:8080/

In another window of your terminal traverse into src/api and run: json-server -p 8088 -w database.json

We covered many topics in the creation of Nutshell, some of which include:

  1. Functions
  2. Stand-Up meetings
  3. ERD Diagrams
  4. Databases/API
  5. Objects
  6. CSS
  7. Handling user events
  8. Factory functions
  9. Data entry/editing
  10. CRUD functionality
  11. Modular code with Browserify
  12. Github

Enjoy Nutshell

Contributors