- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
notion_clone is an application that allows you to enter text and convert the test to a heading or paragraph element when the text is preceded by '/1' or '/+1' respectively. It is built with Ruby on Rails and containerized with Docker.
Client
Database
- Click here to go live.
To get a local copy up and running, follow these steps.
In order to run this project you need:
install docker Install docker-compose Install code editor e.g VSCodeClone this repository to your desired folder:
git clone https://github.com/PNdunguMaina/notion_clone.gitTo run the project, execute the following command:
docker-compose up --buildNavigate to this directory:
cd notion_cloneConfigure the database:
Open database.yml file -database: your database name
-username: your postgres user
-password: your postgres user password
-host: database container (notion_clone-db-1)
-port: your port(e.g 5432)You can run this project on live server on your local machine using:
http://localhost:3000/👤 Author1
- GitHub: @PNdunguMaina
- LinkedIn: Patrick Maina
- Portfolio: Portfolio
- Login page
- New user registration page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star on Github.
I would like to acknowledge HelpJuice.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.