Skip to content

DanDeller/Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm npm version devDependency Status

Base

Base is a little contact app project with authentication.

Prerequisites

In order to run the app, you will need to first install Mongoose. You can get that here Mongoose

Quick note: You'll notice this project uses Yarn for dependency management. To add Yarn, head over to https://yarnpkg.com/en/ to install it. Otherwise, instead of Yarn, just use npm. Ex: yarn install would be the same as npm install.

Instructions

- Clone the repo
- Install packages (yarn install)

Start up the app (Done in 3 different console tabs)

- mongoose (start by running mongod)
- yarn run bundle
- yarn start

Signup

- Once started, go ahead and signup for an account. Once signed up go ahead and login, click the contact list link, and add yourself some contacts items.

View frontend

http://localhost:3000/



Navigating around in Mongo

- Show all databases: show databases
- Show current database: db
- Select a database: use db_name -> ex. use users
- Read items in collection: db.db_name.find() -> ex. db.users.find()

About

Base is a little contact app project with authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published