Skip to content

BloomTech-Labs/paperStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paperStack

PaperStack is an option for businesses to create invoices on the go. With a simple interface and a few options of templates to choose from, businesses can create professional looking invoices with ease.

Prerequisites

What you'll need:

  • Stripe API key - In order to receive payments from subscribers, you'll need to set up a Stripe account at https://stripe.com to retrieve an API key

Installing and Setting up

First, clone the repository from your terminal.

git clone https://github.com/Lambda-School-Labs/paperStack.git

Next, we are to add dependencies and run this locally on your computer for the front end. Type the following commands in your command line.

cd paperStack
npm i
yarn start

Lastly, we are to navigate in the server folder to run the server. Type the following commands in your command line.

cd server
npm i
yarn start

Browse to http://localhost:3000 to see this up and running on your computer.

Running Automated Tests

Testing will be done using Jest. Run tests using yarn tests in your terminal from the root of the project directory.

# This is an explanation of the following test, including what we are testing for.
This is an example of a test.

Deployment

Node.js project deployed using Heroku. You could use the link or do the following in your command line:

  1. heroku login
  2. heroku create
  3. git push heroku master
  4. heroku open

Continuous Integration/Deployment

Codeship Status for JasonNuhn/paperStack

Built With MERN

Authors

The major contributors who brought this project to life:

License

This project's licensing has yet to be determined.

Acknowledgements

We have some people to thank . . .

About

A platform for quick and easy invocing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •