https://github.com/khayyamsaleem/lieb
LIve Electronic Breakroom (CS546 Project)
https://github.com/khayyamsaleem/lieb
Last synced: 3 months ago
JSON representation
LIve Electronic Breakroom (CS546 Project)
- Host: GitHub
- URL: https://github.com/khayyamsaleem/lieb
- Owner: khayyamsaleem
- Created: 2018-05-16T04:05:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T04:07:40.000Z (about 7 years ago)
- Last Synced: 2025-02-23T19:51:50.750Z (4 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LIve Electronic Breakroom - LIEB
LIEB is a social media application. Users can create profiles and then create posts. They can subscribe to other users to see their posts,
and react to them.# Seeding the database
First configure your database connection info in `mongoConnection.json`.Run `npm run seed` to seed the database with sample data. After seeding, you can
log in as any of the users added in the `seed.js` file. For example, you can login as
`testUser1` with password `testPassword`.# Launching the app
Run `npm start` to launch the app. By default is will be available at `localhost:3000`.