Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abvenu/deployjsonusingglitch
https://github.com/abvenu/deployjsonusingglitch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abvenu/deployjsonusingglitch
- Owner: ABVenu
- Created: 2024-03-29T17:12:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:00:48.000Z (about 1 month ago)
- Last Synced: 2024-12-18T04:17:14.150Z (about 1 month ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Json Using Glitch
This is boilerplate repository, which helps you deploy the Json in the Glitch
### Instructions
- Fork this repository into your Github Account.
- Rename the repo (if required)
- Clone it into your local system
- Install node packages (npm i)
- Change db.json as per your requirements
- Start the server, test it by doing some CRUD operations (json-server --watch db.json)
- If everything is fine, it is ready to deploy on the [Glitch](https://glitch.com/),
- Add, Commit and Push the code into the Github
- Signup in the Glitch,
- Then click on New Project
- Then click on import from Github
- Paste your repository there
- within sometime, you wil get the url link, you can utliize as API link in your projects.Refer This [Video](https://youtu.be/PvS9AmP9jfo?si=y6htdOf15CRmcePh) For User Guidance
If you want to deploy NodeJS,Mongo on Glitch, Fork This [Repo](https://github.com/ABVenu/deployNodeMongoUsingGlitch) and follow the above instructions
JOSN Server Documentation [Link](https://github.com/typicode/json-server/tree/v0)
Please Provide ⭐ If You Like This Repo & Deployment