Skip to content

TusharYaar/-Discontinued-Open-CSS-Loaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open CSS Loaders (DISCONTINUED)

DISCONTINUED

This digital Ocean Deployment has been discontinued, and has been moved to Deta.sh. It now has been hosted on https://chzaqr.deta.dev/. Though you can still use the Deploy to Digital Ocean button.

About

Check the app here: https://open-css-loaders-pwtuz.ondigitalocean.app/ Check Here: https://chzaqr.deta.dev/

This is the application deployed on Digital Ocean's app platform. The Structure of the application is:

  • Node.js : Backend API
  • MySQL : Database
  • HTML/CSS/jQuery : Frontend

The aim of the project is to provide a number of css loaders for your web page, So you can concentrate on what matters the most.


Instructions to Deploy to App Platform

Deploy to DO

You can use the Deploy to DigitalOcean button to deploy this repo directly to App Platform.

Important Notes on Deployment

  • Add a dev database when deploying
  • make sure to add the environment variables when deploying the application

Environment Variables

Name Value
DATABASE_URL ${db.DATABASE_URL}
DATABASE_PASSWORD ${db.PASSWORD}
DATABASE_USER ${db.USERNAME}
DATABASE_NAME ${db.DATABASE}

Local Deployment

First make sure you have node.js and Node Package Manager (npm) installed.

  1. Clone the Repository by git clone URL
  2. Run npm install to donwload all the required packages.
  3. Create a .env file and add the Following values in it
DATABASE_URL = //url to your local MySQL server
DATABASE_PASSWORD = // Password in the database Eg. password
DATABASE_USER = // Username in the database    Eg. root
DATABASE_NAME = // Database You want to connect to   Eg. Flight Database
  1. Run node app.js or nodemon app.js if you have nodemon installed.
  2. Goto localhost:3000 to see the app working.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors