Skip to content

akcer/MyMemes

Repository files navigation

MyMemes

Memes Server Side App build with Next.js

Requirements

  • Node.js
  • MongoDB

Demo

MyMemes

Installation

$ git clone https://github.com/akcer/MyMemes.git
  • Enter the project directory:
$ cd MyMemes
  • Create .env.local file
$ touch .env.local
  • Add following environment variables:
HOSTNAME=localhost
NEXT_PUBLIC_SERVER_HOST=http://localhost:3001
  • Install NPM dependencies:
$ npm install
  • Run the development server:
$ npm run dev

Technologies

  • React.js
  • create-next-app
  • Next.js
  • Date-fns
  • Tailwindcss