Skip to content

amelmnd/livmeds-test

Repository files navigation

livmeds-test

Application project to enter an internship at livmed's

Run Locally

Clone the project

  git clone git@github.com:amelmnd/livmeds-test.git 

Go to the project directory

  cd my-livmeds-test

Create .env file and add environment Variables

GITHUB_ID
GITHUB_SECRET
GOOGLE_ID
GOOGLE_SECRET
NEXTAUTH_SECRET

Start the server

  npm run dev

Routes

Need not to be connected

home / login page

  /

Need to connect

Show all posts

  /posts

Details for one post

  /posts/${id}

Releases

No releases published

Packages

No packages published