This is a Next.js project.
The project uses the following environment variables (.env):
CONNECT_DB
: This is used to connect to the database.JWT_SECRET
: This is used for JSON Web Token (JWT) authentication.FIREBASE_KEY
: This is used to connect to Firebase.
- Clone the repository.
- Install the dependencies using
npm install
. - Create a
.env
file in the root directory and fill in the environment variables. - Run the project using
npm run dev
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT