Project Vault is a social network that allows users to create, share, follow and donate to projects. Users can update their projects with different photos or videos, and get feedback from other users. If you really like a project, you can donate and support the creator of that project.
To start the App run npm start and npm install in the /client folder and /server folder.
To use the app you'll need to REGISTER and then LOGIN with the account that your created.
For the .env files you'll need a cloudinary account and use the keys they provide you, and a Stripe account with your own Secret key.
Also, to start the Database the DB_URL and DB_NAME are necessary.
-
React
-
Quill, for the text editor
-
ExpressJS
-
NodeJS
-
MongoDB
-
Cloudinary to upload the images to the cloud.
-
Stripe for the donations.