Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iAkashPattnaik/NodeCheese
Get access to other's cameras with a remote host service.
https://github.com/iAkashPattnaik/NodeCheese
hacking hacktoberfest nodejs
Last synced: 6 days ago
JSON representation
Get access to other's cameras with a remote host service.
- Host: GitHub
- URL: https://github.com/iAkashPattnaik/NodeCheese
- Owner: iAkashPattnaik
- License: gpl-3.0
- Created: 2021-10-18T12:23:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T15:27:01.000Z (about 3 years ago)
- Last Synced: 2024-08-01T13:34:34.626Z (3 months ago)
- Topics: hacking, hacktoberfest, nodejs
- Language: JavaScript
- Homepage: https://node-cheese.herokuapp.com/
- Size: 57.6 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
🚀NodeCheese🧀
#
# Setup
First, we will setup the `Required Stuff`.Step 1 • Goto [`This Link`](https://elephantsql.com/) and get a free PostgreSQL database.
Step 2 • Add that database connection url to the OS env with the key "`databaseUrl`".
# 🚀Deploy
For Deploying the application, there are these following options available...• [`Local server`](#local-server)
• [`Heroku`](#heroku)# Local Server
To start the application locally, you can use the following command...• Set The [Environmental Variables](#environmental-variables)
>Set them either via editing the source or in your `OS` Env.
```bash
$ yarn install
$ yarn start
```
• Star the repository if you like it# Heroku
To deploy the application on Heroku, you can do the following...• Fork this repository
• Create a new application on Heroku
• Connect your github account to Heroku
• Add the forked repository as a remote
• Set branch to `main`
• Set The [Environmental Variables](#environmental-variables)
• Deploy The Application
• Star the repository if you like it# Environmental Variables
The following environmental variables are required to deploy the application...• `databaseUrl` PostgreSQL database connection url
# Credits
• [`Akash`](https://github.com/BLUE-DEVIL1134) The whole project was built by him.