Skip to content

justinformentin/sitesave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SiteSave

SiteSave is a Full Stack Vue application using Sequelize and Express.js on the backend.

It features authentication; you can register and log in. Once logged in, you can add websites that you'd like to save, entering the URL, title, description, and image. All of that info is saved in the database file.

Usage

# Clone this repository
git clone https://github.com/justinformentin/sitesave

# Go into the repository
cd sitesave

# Install dependencies for frontend - client
cd client
npm i

# Install dependencies for backend - server
cd ../server
npm i

# Run the app
npm start
npm start

The client will be running at localhost:8080 and the server will be running on port:8081.

About

Fullstack Vue app to save websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages