github.com/gaabrielmooreira/linkr-api
- Authentication
- Search and follow users
- Make or share posts with preview links
- Comment and like other user's posts
- See which hashtags are trending
- Navigate to the hashtag page
- Infinite scroll for posts
# Clone this repository
$ git clone <https://github.com/gaabrielmooreira/linkr.git>
# Access the project folder cmd/terminal
$ cd linkr
# Install the dependencies
$ npm install
# Compile the code
$ npm run build
# Run the application
$ npm start
# The server will automatically start at localhost:3000/ on your favorite browser