AcceptMyCrypto provides a marketplace for individuals to buy and sell items for a discount in cryptocurrencies.
THe backend app is structured as MVC or Model View Controller
- Model is the connection to the MySQL db.
- View are the routes that connect and return JSON data. (note: the view folder is called routes)
- Controller are the functions that get data from the model and feed to the view
The frontend app is a react app
npm run dev
- SOURCE schema.sql
- SOURCE seeds_category.sql
- Run the app
- SOURCE seeds_deals.sql