https://github.com/nerkarso/certificator
🏅 Design and export your custom certificate from any device
https://github.com/nerkarso/certificator
mongodb nextjs reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
🏅 Design and export your custom certificate from any device
- Host: GitHub
- URL: https://github.com/nerkarso/certificator
- Owner: nerkarso
- Created: 2021-07-11T12:26:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T01:16:34.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:23:39.615Z (about 1 year ago)
- Topics: mongodb, nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://certificator.vercel.app
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
- Choose from existing presets
- Upload your custom designs
- Edit receiver information
- Drag and position the text
- Export to PDF
- Responsive design
## Stack
- Next.js `11.x`
- React `17.x`
- Tailwind CSS `2.x`
## Requirements
- Node.js `14.x`
## Getting started
1. Install Node.js dependencies:
```sh
yarn
```
2. Create a MongoDB database. You can host it yourself or use [MongoDB Atlas](https://docs.atlas.mongodb.com/getting-started/).
3. Copy the connection string. (eg. `mongodb+srv://:@clustername.mongodb.net/dbname`)
4. Add this environment variable with the connection string in the `.env.local` file or on your server.
```sh
MONGODB_URI=
```
## Development
**Start the local development server**
```sh
yarn dev
```
Open http://localhost:3000 in your browser.
## Credits
Logo made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com)