Skip to content

G23-grab-a-book/Code

Repository files navigation

Grab a Book

This is a Next.js project bootstrapped with create-next-app.

How to access the application

You can access the application that has been deployed on Vercel at this URL: https://code-three-khaki.vercel.app/

Alternatively, you can clone this repository and then run one of the following commands:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

You must also create a .env file with the following parameters:

mongo_url = [your mongodb connection string]
jwt_secret = [a secret string]

Then, open http://localhost:3000 with your browser to see the application.


Made by G23 - Alessandro Cornella, Alessio Paolazzi, Morgana Pasquini

Releases

No releases published

Packages

 
 
 

Contributors