Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javitocor/quality-assurance
5 Different projects to practice using Expressjs and other libraries. Tests included
https://github.com/javitocor/quality-assurance
dotenv expressjs javascript mocha-chai mocha-tests mongoosejs nodejs
Last synced: 12 days ago
JSON representation
5 Different projects to practice using Expressjs and other libraries. Tests included
- Host: GitHub
- URL: https://github.com/javitocor/quality-assurance
- Owner: javitocor
- License: mit
- Created: 2020-11-09T11:04:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T11:15:28.000Z (over 4 years ago)
- Last Synced: 2025-01-25T17:33:00.489Z (16 days ago)
- Topics: dotenv, expressjs, javascript, mocha-chai, mocha-tests, mongoosejs, nodejs
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)# Quality-Assurance
> 5 Different projects to practice using Expressjs and other libraries.
> - Metric-Imperial Conversor: COnvert data from metrical into imperial and vice versa
> - Issue Tracker: You can open issues and track the information of the issue
> - Personal Library: Add books and add comments to each book
> - Sudoku Solver: Try to solve a sudoku if you can not press solve button
> - American-British translator: Translate from american into british englishAdditional description about the project and its features.
## Built With
- JAVASCRIPT
- EXPRESSJS
- NODE
- MONGOOSE
- NODEMON
- CORS
- MOCHA/CHAI
- DOTENV
- ESLINT
- VSCODE### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Quality-Assurance/archive/development.zip) or clone this repo:
- Clone with SSH:
```
[email protected]:javitocor/Quality-Assurance.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Quality-Assurance.git
```* Access each folder from your terminal and run `npm start`. Open `localhost:3000` in your browser.
* To run the tests run modify to NODE_ENV=test in your .env file and `npm start`.## Authors
👤 **Javier Oriol Correas Sanchez Cuesta**
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Quality-Assurance/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- FreeCodeCamp
- Expressjs Docs
- Mocha/Chai docs## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Quality-Assurance.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Quality-Assurance/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Quality-Assurance.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Quality-Assurance/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Quality-Assurance.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Quality-Assurance/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Quality-Assurance.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Quality-Assurance/issues