Welcome to Yournotes Server, an open-source social media platform that combines concise notes and expressive cards to transform online communication. Say goodbye to lengthy posts and hello to a more visually engaging, information-packed social experience.
-
🗂 Organize with Notes: Create and easily share concise, information-rich notes. Perfect for quick updates, thoughts, and knowledge sharing.
-
💌 Express with Cards: Craft visually appealing cards to share stories, photos, and multimedia content in a beautiful and engaging format.
-
🔗 Seamless Collaboration: Collaborate on notes and cards, making working together easier on projects or sharing your ideas.
-
🧩 Open Source: For the community. Contribute, customize, and extend the platform as you see fit.
Join our mission to transform social media into a more efficient, visually captivating, and informative experience. Let's build the future of online communication together!
To use the Yournotes Server, follow these steps:
-
Install Node: Download and install Node.js from node.org.
-
Install Dependencies: Run the following command in your project's root directory to install the necessary dependencies:
npm install
-
Update Environment Configuration: Configure the required environment variables for your database in your project.
-
Database Migration: Apply any database changes by running the following command:
npx prisma db push
-
Start the server.
npm run start