This project was created and devleoped by
- HTML
- CSS / Bootstrap
- JavaScript
- MySQL
- Node.js
- Express.js
- Sequelize
- Twitter API
- Natural npm
- Create a functional application with a polished UI
- Allow users to create stories that will be readable by other users a. Give users the opportunity to collaborate and add on to other user's stories b. Allow users to update or delete their contributions
- Have story genre pictures that match the user's genre choice using sentiment analysis
- Allow the user to view trending topics from Twitter for inspiration
- Ability to visit other user's profiles to see their created stories and stories open for collaboration
- Provide a space for authors and creatives to share and collaborate on creative works
Pass the Page allows users to create stories from all types of genres and to collaborate with other users to write the next hit novel safely from home!
Agile Methodology
Our project is currently deployed and available to the public to use. If you would like to re-create this project, please feel freet to do so. Our project requires you to install the tools mentioned above in the "Tools used for this project" section After installing the required tools and packages, be sure to create a .env file and provide your personal login information into that file.
- Create a database by running the schema file through MySQL
- Seed your database with our provided seed files or with your own data
- Run npm install to ensure your local machine has all of the required dependencies
- Use npm start to initialize the app Be sure to keep in mind that you will only see updates to the app on your local machine until you deploy it.