https://github.com/doemser/mongodb-sandbox
For prototyping backends with mongoose and next.js.
https://github.com/doemser/mongodb-sandbox
Last synced: 3 months ago
JSON representation
For prototyping backends with mongoose and next.js.
- Host: GitHub
- URL: https://github.com/doemser/mongodb-sandbox
- Owner: doemser
- Created: 2023-01-12T19:04:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T19:24:56.000Z (over 3 years ago)
- Last Synced: 2025-01-25T05:08:49.376Z (over 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB Sandbox
## 1. Install dependencies
```bash
npm install
```
## 2. Environmental Variable
Create an `.env.local` file and add your MONGODB_URI.
## 3. Start Development Server
```bash
npm run dev
```
## 4. Prototype Backend stuff.