"Effortlessly browse, post, and manage job listings on Nestify with our user-friendly website. Streamlined features make it easy for those in need of help to connect with potential workers. Stay organized and save time with customizable alerts and seamless communication tools." A demo server is updated and running here
git clone
: https://github.com/justkuper/Nestify
cd new_repo
npm install
psql -U postgres
you will need to enter the password for Postgres user postgres. Next in the Postgres bash:
type \i schema.sql
\q
.env
file in the root folder to host environmental variables
npm run seed
npm run start
http://localhost:3001
to see the application Once the server is running, go to http://localhost:3001
from a browser and sign up to be a user to create tickets or as a provider to accept tickets.
To sign up fill out a form: Username: Email: Password: Zip Code: About yourself: Check one: [ ] User or [ ] Provider
As a user, create a job ticket: Job Description: Date you want it done: Pay:
As a provider, view upcoming and accepted tickets.
Follow up with the email provided to coordinate the logistics of your next job!
See Questions for contact info.
This project adopts WTFPL license practices. Check the website for license details: License: WTFPL
Arturo Ayala GitHub profile. Kuper Bank GitHub profile. Po Shin Huang GitHub profile.