This is the back-end repository of the Kod3rs Store project. For the front-end repository please see this link To read the full documentation see our notes in Notion and visit our website Website
Kod3rs Store is developed using Nodejs connecting a MySQL database.
This server implements security using Passport js using Json Web Tokens.
To get the project you should create a git in your local computer
git init
Clone the repository
git clone https://github.com/kod3rsStore/Backend.git
To run this project please use the following command:
node
If you want to run your project in a container you need:
docker
docker-compose
To install the project you should execute the next commands.
npm intall
npm run dev
End with an example of getting some data out of the system or using it for a little demo (This will be added when we have the seed scripts)
npm run test
npm run coverage
Start the server npm run dev
to get access to documentation.
- @hapi - The most powerful schema description language and data validator for JavaScript.
- bcryptjs - Used to crypt information between servers
- braintree - The Braintree Node library provides integration access to the Paypal Gateway.
- dotenv - that loads environment variables
- express - Fast, unopinionated, minimalist web framework for node.
- jsonwebtoken - Used to generate server-to-server authentication
- multer - Multer is a node.js middleware for handling multipart/form-data
- mysql - Used to connect with the Mysql Database
- nanoid - A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
- Passport - Used to authenticate users in a simple form and with Google
- stripe - The Stripe Node library provides convenient access to the Stripe API
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details