https://github.com/anupamkhosla/musicsheets
Indian ragas music sheets database for free
https://github.com/anupamkhosla/musicsheets
Last synced: 4 months ago
JSON representation
Indian ragas music sheets database for free
- Host: GitHub
- URL: https://github.com/anupamkhosla/musicsheets
- Owner: AnupamKhosla
- License: apache-2.0
- Created: 2023-07-02T13:11:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T07:47:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T06:58:07.915Z (5 months ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MongoDB and Express.js REST API sample application
This repository contains the sample application for the [MongoDB and Express.js REST API tutorial](https://www.mongodb.com/languages/express-mongodb-rest-api-tutorial).
## How To Run
1. You can follow the [Getting Started with Atlas](https://docs.atlas.mongodb.com/getting-started/) guide, to learn how to create a free Atlas account, create your first cluster and get your Connection String to the database.
Then, set the Atlas URI connection parameter in `server/.env` to your Connection String:
```
ATLAS_URI=mongodb+srv://:@sandbox.jadwj.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
```2. Start the Express server:
```
cd server
npm install
npm run dev
```3. Start the React app (in a new terminal window):
```
cd app
npm install
npm start
```## Disclaimer
Use at your own risk; not a supported MongoDB product