Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abvenu/deployjosnusingglitch


https://github.com/abvenu/deployjosnusingglitch

Last synced: 2 months ago
JSON representation

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
- 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
- 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