Scroll is a social media app for readers and writers. Writers can post poetry, short stories and chapters, and gain followers without having to go through a publisher. Readers can discover new talent and always have new reading material.
Scroll Checkout the full version of the app with these credentials:
email: [email protected]
password: test
to install locally run this command in your terminal
git clone https://github.com/innaleikina/scroll.git
once inside the Scroll folder run
npm install
then go into the client folder and run
npm install
again
Also in your terminal on global level run
mongod
To have the MongoDB working properly locally
- Expressjs - nodejs server side framework
- Mongo - flexible document data model
- Mongoose - elegant mongodb object modeling for node.js
- Passport - authentication middleware for Node.js.
- Bcrypt - password encryption
This project is licensed under the MIT License - see the LICENSE.md file for details