https://github.com/ayanavakarmakar/launchpad-assignment
https://github.com/ayanavakarmakar/launchpad-assignment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayanavakarmakar/launchpad-assignment
- Owner: AyanavaKarmakar
- Created: 2023-04-20T20:29:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T20:51:31.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:14:36.767Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Getting Started
1. Clone the repository
```bash
git clone https://github.com/AyanavaKarmakar/launchpad-assignment.git
```2. Install dependencies
```bash
npm install
```3. Create a `.env` file in the root directory and add the following
```bash
MONGODB_URI=mongodb://localhost:27017/your-database-name
```4. Start the server
```bash
npm run dev
```