Skip to content

eduzeu/546website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFly NYC

Project Description

Discover the perfect blend of connectivity and comfort in the heart of New York City (and possibly Hoboken). WiFly NYC is your go-to guide for finding free WiFi hotspots and cozy spaces to work, study, or simply unwind, as well as events happening in the city, such as festivals, street markets, or sports events.

Installation

To get started with WiFly NYC locally, clone the repository and install the dependencies:

git clone https://github.com/eduzeu/546website.git
cd 546website
npm install

If you already have the project downloaded, you can skip the clone step.

If it doesn't run on the first try, then do the following command on the terminal:

npm i

Cloudinary API Credentials

To use the image saving functionality of WiFly, you will need a Cloudinary account and credentials. You can sign up for free and get the required API information.

Rename .env.example to .env and update the values of CLOUDINARY_CLOUD_NAME and CLOUDINARY_UPLOAD_PRESET with your credentials.

The upload preset must be unsigned.

Running the Application

To run the app and get started with WiFly NYC, run the following command after installation:

npm start

Enter the following url into your web browser to start using the website:

localhost:3000

To seed the application run:

npm run seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published