Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel0130/bitcoin-ordinal-raffle-be
This is Ordinal Raffle by using join psbt.
https://github.com/daniel0130/bitcoin-ordinal-raffle-be
bitcoin leathe psbt unisat unisat-api utxo wallet xverse
Last synced: 15 days ago
JSON representation
This is Ordinal Raffle by using join psbt.
- Host: GitHub
- URL: https://github.com/daniel0130/bitcoin-ordinal-raffle-be
- Owner: daniel0130
- Created: 2024-10-23T08:24:24.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T08:25:48.000Z (22 days ago)
- Last Synced: 2024-10-28T18:38:00.824Z (17 days ago)
- Topics: bitcoin, leathe, psbt, unisat, unisat-api, utxo, wallet, xverse
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Express Backend Boilerplate
This boilerplate provides a foundation for building a Node.js backend server using Express. It includes user authentication features such as user signup and signin. Additionally, it is designed to seamlessly deploy on Vercel for easy scalability and hosting.
## Highlights
- User signup: Register new users with unique usernames and passwords.
- User signin: Allow registered users to authenticate and access protected resources.
- User referral: User can refer someone and check if user signup by referral.
- User Authentication: Secure routes and endpoints using JWT (JSON Web Tokens) for authentication.
- Vercel deployment: Optimized for deployment on the Vercel platform for seamless hosting and scalability.## Technologies Used
- **Node.js**: A JavaScript runtime environment for building scalable and efficient server-side applications.
- **Express.js**: A minimalist web framework for Node.js, providing a robust set of features for web and mobile applications.
- **JWT (JSON Web Tokens)**: A compact, URL-safe means of representing claims to be transferred between two parties. It's used for securing routes and endpoints.
- **Vercel**: A cloud platform for static sites and Serverless Functions, providing seamless deployment and scalability.## Getting Started
1. **Clone the repository**:
```
git clone https://github.com/dapp-sculptor/node-express-boilerplate.git
```2. **Install dependencies**:
```
cd your-project
npm install
```3. **Set up environment variables**:
Create a `.env` file in the root directory of your project and add the following variables:
```
# JWT token secret key
JWT_SECRET =# DB CONFIGURATION
DB_NAME =
DB_USERNAME =
DB_PASSWORD =
DB_HOST =
DB_PORT =# PORT
PORT =
```4. **Start the server**:
```
npm start
```This will start the server at `http://localhost:9000` by default.
## Usage
- **Signup Endpoint**:
- Endpoint: `POST /api/signup`
- Request body:
```json
{
"username": "example",
"email": "example",
"password": "example",
"encodedReferrer": "example"
}
```
- **Signin Endpoint**:
- Endpoint: `POST /api/signin`
- Request body:
```json
{
"username": "example",
"password": "password"
}
```## Deployment on Vercel
To deploy your backend on Vercel:
1. Sign up or log in to your Vercel account.
2. Import your project repository.
3. Follow the Vercel deployment instructions.## 💭 Feedback and Contributing
🙏 Is anyone willing to build more valuable and exciting project, plz contact.
⛏ Let's build it together!! ⛏
### Connect With Me:
[![Twitter Badge](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/brjpka)
[![Mail Badge](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
[![Telegram Badge](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/mylord1_1)
[![Skype Badge](https://img.shields.io/badge/Skype-00AFF0?style=for-the-badge&logo=skype&logoColor=white)](https://join.skype.com/ubWuVGchDEnU)
[![Discord Badge](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/users/509337382810550280)