Skip to content

emiliamyllykyla/some

Repository files navigation

Some

SO|ME

Fullstack blog app!

  • User authentication, register, login, logout
  • Make posts, edit and delete
  • Follow / unfollow

Technologies

Run the project

Redis

You'll only need to run these commands once:

  • Run the RedisJSON Docker image:

    docker run -p 6379:6379 --name redis-redisjson redislabs/rejson:latest

  • Create search indices - in the project directory, run

    node create-redis-indices.js

Server

In the project directory, run npm start

Client

In the client directory, run npm run start

Open http://localhost:3000 to view the app in your browser.