Skip to content

JustinAWei/lucid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucid

Online dream journal with sentiment analysis. Built at HackHarvard 2017

alt text alt text alt text alt text

Running Lucid

Start the mongo server

sudo service mongod start

Create a db called lucid

mongo
> use lucid
> db.users.insert({})

2. Start the API

cd api
npm install
npm start

3. Start the application (separate thread)

cd app
npm install
npm start

The application will run on localhost:3000

About

Online dream journal with sentiment analysis. Built at HackHarvard 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published