Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.12 KB

File metadata and controls

44 lines (27 loc) · 1.12 KB

ShareIt

Social media where the user follows content instead of people.

share-it

Try it out now at https://share-it-two.vercel.app/login

About

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.

Technologies

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;

How to run

  1. Clone this repository
  2. Install dependencies

npm i

  1. Add and config a .env file
  2. 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.

  1. Clone the front-end repository at https://github.com/Notye1K/share-it
  2. Follow instructions to run the front-end at https://github.com/Notye1K/share-it#readme