PaymentSystem
Simple payment system using nodejs
Install / Use
/learn @NawafSwe/PaymentSystemREADME
Payment API
<h1>Project overview: </h1> <p>A system that process a user payments monthly where each user allowed to have only one active payment in a month.</p> <p>Server was developed following MVC design pattern and using <strong>Nodejs & Mongodb & Expressjs</strong>, all the code is properly documented using better practices following JSDocs</p> <hr> <h1>Project instructions:</h1> <div> <ul> <li>This project runs locally on your machine and it is dockerized project 🐳.</li> <li>Make sure you have installed nodejs and mongodb database before following the project instructions.</li> <li>Lastly make sure to create your own .env file to test the project</li> </ul> </div> <hr> <h1>Commands to run the project:</h1>1 - npm i to install all required dependencies.
<br>
2 - npm run start to run server in production mode.
<br>
3 - npm run dev to run server on development mode.
<br>
4 - npm run gen-doc to generate a static html documents can be viewed by visiting http://HOST:PORT/ on chrome to
explorer the components of the project such as functions,variables,ect.
