/Tasukete

Primary LanguageJavaScript

Initial Advisory: Tasukete was created as an API project for the Code Chrysalis Advanced Software Engineering Program. After the course finished, our team decided to create personal forks for the repository in case we chose to continue working on it. The work done as a team during the course can be found in the "staging2" Branch. All other branches build up on this work, and contain my own additions. Major thanks go to Cashless!

Tasukete - an app for helping new comers to Japan.

Tasukete is a fullstack group project application, using the Stripe API and simple checkout system integration. This project gave us the opportunity to work with a real client and to undertake the challenge of building an MVP based on an API from a real company.

## Technologies used

Overall repo structure

  • Configuration files are in the root folder.
  • In the migrations folder are located all the migrations for the PostgresSQL Database
  • In the server folder are located all the files necessary to the back-end node server.
  • In the src folder are located all the source files related with the client

Installation

npm install

Create a .env


DB_NAME= // your database name
DB_USER= // postgres username
DB_PW=// your postgres password

run

npm run start
npm run hack:client

Contributing

Should you want to contribute:

  • please fork and clone the repo on your machine
  • Create an "issue" to describe what you want to work on
  • Submit a pull request.

Many thanks!

Authors

License

License: MIT

Helpful links