Skip to content

Commit

Permalink
Fiverr-Client:Manueltaveras cyclic-software#1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Great-CrazyVolt committed Jan 4, 2024
2 parents e9f8e8e + 46d6396 commit 2bf2793
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# starter-micro-api

This is the simplest possible nodejs api using the base http library that responds to any request with:
```
Yo!
```

## Deploy in under 10 seconds

[![Deploy to Cyclic](https://deploy.cyclic.app/button.svg)](https://deploy.cyclic.app/)
- Sets up instant continuous deployment on `git push`
- Realtime backend logs and API request monitoring
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mongoose.connect(mongooseURI)

const app = express()

require('./routes')(app)
require('./routes')(app)
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "CrazyVolt",
"name": "starter-micro-api",
"version": "1.0.0",
"description": "Freelancer on Fiverr",
"description": "Cyclic.sh micro api starter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
Expand All @@ -16,4 +14,4 @@
"mongoose": "^8.0.3",
"nodemon": "^3.0.2"
}
}
}

0 comments on commit 2bf2793

Please sign in to comment.