Skip to main content

Setup

1. Fork it 🍴​

Fork the project repository on GitHub by clicking the "Fork" button in the top-right corner.

2. Clone it 👥​

Clone the forked repository to your local machine using the following command:

git clone https://github.com/your-username/c4gt_passbook.git

3. Set it up ⬆️​

Navigate to the project directory:

cd c4gt_passbook

4. Run it 🏁​

Install the required dependencies using npm:

npm install

5. For testing purpose 💥​

Copy the following content and create a .env file in the project root directory. Fill in the MONGODB_URL with your MongoDB connection string.

MONGODB_URL=your-mongodb-connection-string

6. Launch the Application 🚀​

Start the development server:

npm run dev

Open http://localhost:3000 in your preferred web browser to see the application in action.