Social media where the user follows content instead of people.
Try it out now at https://share-it-two.vercel.app/login
Below are the implemented features:
- registration
- login
- post a message
- filter messages by categories
- search categories
- when a post gets more than 50 dislikes the message is excluded
The user only sees the messages without seeing who posted them.
The following tools and frameworks were used in the construction of the project:
cors; dotenv; express; prisma; express-async-errors; joi; dotenv-cli; nodemon; prisma; typescript; jwt; bcrypt;
- Clone this repository
- Install dependencies
npm i
- Add and config a .env file
- Run the back-end with
npx nodemon
This script will run your back-end on http://localhost:5000. This is where you can do a requisition.
- Clone the front-end repository at https://github.com/Notye1K/share-it
- Follow instructions to run the front-end at https://github.com/Notye1K/share-it#readme